org.apache.axis2.transport.http
Class ServletBasedOutTransportInfo

java.lang.Object
  extended by org.apache.axis2.transport.http.ServletBasedOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class ServletBasedOutTransportInfo
extends Object
implements OutTransportInfo


Constructor Summary
ServletBasedOutTransportInfo(HttpServletResponse response)
           
 
Method Summary
 void setContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletBasedOutTransportInfo

public ServletBasedOutTransportInfo(HttpServletResponse response)
Method Detail

setContentType

public void setContentType(String contentType)
Specified by:
setContentType in interface OutTransportInfo