com.eviware.soapui.impl.rest.support
Interface MediaTypeHandler

All Known Implementing Classes:
DefaultMediaTypeHandler, HtmlMediaTypeHandler, JsonMediaTypeHandler

public interface MediaTypeHandler


Method Summary
 boolean canHandle(java.lang.String contentType)
           
 java.lang.String createXmlRepresentation(HttpResponse response)
           
 

Method Detail

canHandle

boolean canHandle(java.lang.String contentType)

createXmlRepresentation

java.lang.String createXmlRepresentation(HttpResponse response)


Copyright © 2005-2010 eviware.com. All Rights Reserved.