com.eviware.soapui.impl.rest.support.handlers
Class HtmlMediaTypeHandler

java.lang.Object
  extended by com.eviware.soapui.impl.rest.support.handlers.HtmlMediaTypeHandler
All Implemented Interfaces:
MediaTypeHandler

public class HtmlMediaTypeHandler
extends java.lang.Object
implements MediaTypeHandler


Constructor Summary
HtmlMediaTypeHandler()
           
 
Method Summary
 boolean canHandle(java.lang.String contentType)
           
 java.lang.String createXmlRepresentation(HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlMediaTypeHandler

public HtmlMediaTypeHandler()
Method Detail

canHandle

public boolean canHandle(java.lang.String contentType)
Specified by:
canHandle in interface MediaTypeHandler

createXmlRepresentation

public java.lang.String createXmlRepresentation(HttpResponse response)
Specified by:
createXmlRepresentation in interface MediaTypeHandler


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