Uses of Class
org.apache.axis2.transport.http.server.SimpleResponse

Packages that use SimpleResponse
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
 

Uses of SimpleResponse in org.apache.axis2.transport.http
 

Constructors in org.apache.axis2.transport.http with parameters of type SimpleResponse
SimpleHTTPOutTransportInfo(SimpleResponse outInfo)
           
 

Uses of SimpleResponse in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return SimpleResponse
 SimpleResponse SimpleHttpServerConnection.readResponse()
           
static SimpleResponse ErrorResponse.getResponse(int statusCode)
           
 

Methods in org.apache.axis2.transport.http.server with parameters of type SimpleResponse
 void SimpleHttpServerConnection.writeResponse(SimpleResponse response)
           
 boolean HttpService.process(SimpleRequest request, SimpleResponse response)
          This interface represents a serice to process HTTP requests.