com.sun.xml.ws.transport.http.server
Class WSHttpHandler.HttpHandlerRunnable
java.lang.Object
com.sun.xml.ws.transport.http.server.WSHttpHandler.HttpHandlerRunnable
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WSHttpHandler
class WSHttpHandler.HttpHandlerRunnable
- extends Object
- implements Runnable
Wrapping the processing of request in a Runnable so that it can be
executed in Executor.
Field Summary |
(package private) com.sun.net.httpserver.HttpExchange |
msg
|
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
final com.sun.net.httpserver.HttpExchange msg
WSHttpHandler.HttpHandlerRunnable
WSHttpHandler.HttpHandlerRunnable(com.sun.net.httpserver.HttpExchange msg)
run
public void run()
- Specified by:
run
in interface Runnable