com.sun.xml.ws.transport.http.server
Class WSHttpHandler.HttpHandlerRunnable

java.lang.Object
  extended by 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
           
 
Constructor Summary
WSHttpHandler.HttpHandlerRunnable(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
 

Field Detail

msg

final com.sun.net.httpserver.HttpExchange msg
Constructor Detail

WSHttpHandler.HttpHandlerRunnable

WSHttpHandler.HttpHandlerRunnable(com.sun.net.httpserver.HttpExchange msg)
Method Detail

run

public void run()
Specified by:
run in interface Runnable