|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.server.HttpServiceHandler
This request handler provides service interface similar to that of Servlet API.
Constructor Summary | |
HttpServiceHandler(HttpService service)
|
Method Summary | |
boolean |
processRequest(SimpleHttpServerConnection conn,
SimpleRequest request)
The request handler is asked to process this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpServiceHandler(HttpService service)
Method Detail |
public boolean processRequest(SimpleHttpServerConnection conn, SimpleRequest request) throws java.io.IOException
HttpRequestHandler
conn.getWriter()
)
by this request handler will stop the execution chain and return the output
to the client.
The handler may also rewrite the request parameters (this is useful in
HttpRequestHandlerChain
structures).
processRequest
in interface HttpRequestHandler
conn
- The Connection object to which this request belongs to.request
- The request object.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |