|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
static SimpleResponse |
ErrorResponse.getResponse(int statusCode)
|
SimpleResponse |
SimpleHttpServerConnection.readResponse()
|
Methods in org.apache.axis2.transport.http.server with parameters of type SimpleResponse | |
boolean |
HttpService.process(SimpleRequest request,
SimpleResponse response)
This interface represents a serice to process HTTP requests. |
void |
SimpleHttpServerConnection.writeResponse(SimpleResponse response)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |