|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.HTTPWorker
Field Summary | |
protected Log |
log
|
Constructor Summary | |
HTTPWorker(ConfigurationContext configurationContext)
|
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 |
Field Detail |
protected Log log
Constructor Detail |
public HTTPWorker(ConfigurationContext configurationContext)
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 |