org.apache.axis2.transport.http
Class SimpleHTTPOutTransportInfo

java.lang.Object
  extended byorg.apache.axis2.transport.http.SimpleHTTPOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class SimpleHTTPOutTransportInfo
extends Object
implements OutTransportInfo


Constructor Summary
SimpleHTTPOutTransportInfo(SimpleResponse outInfo)
           
 
Method Summary
 void setCharacterEncoding(String encoding)
           
 void setContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHTTPOutTransportInfo

public SimpleHTTPOutTransportInfo(SimpleResponse outInfo)
Method Detail

setCharacterEncoding

public void setCharacterEncoding(String encoding)

setContentType

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