Package org.apache.axis2.transport.http
Class ServletBasedOutTransportInfo
- java.lang.Object
-
- org.apache.axis2.transport.http.ServletBasedOutTransportInfo
-
- All Implemented Interfaces:
OutTransportInfo
public class ServletBasedOutTransportInfo extends Object implements OutTransportInfo
-
-
Constructor Summary
Constructors Constructor Description ServletBasedOutTransportInfo(javax.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHeader(String headerName, String headerValue)
void
setContentType(String contentType)
void
setStatus(int status)
-
-
-
Method Detail
-
setContentType
public void setContentType(String contentType)
- Specified by:
setContentType
in interfaceOutTransportInfo
-
setStatus
public void setStatus(int status)
-
-