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

java.lang.Object
  extended by com.sun.xml.ws.transport.http.server.WSHttpHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler

final class WSHttpHandler
extends Object
implements com.sun.net.httpserver.HttpHandler

HttpHandler implementation that serves the actual request.


Nested Class Summary
(package private)  class WSHttpHandler.HttpHandlerRunnable
          Wrapping the processing of request in a Runnable so that it can be executed in Executor.
 
Constructor Summary
WSHttpHandler(HttpAdapter adapter, Executor executor)
           
 
Method Summary
 void handle(com.sun.net.httpserver.HttpExchange msg)
          Called by HttpServer when there is a matching request for the context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSHttpHandler

public WSHttpHandler(@NotNull
                     HttpAdapter adapter,
                     @Nullable
                     Executor executor)
Method Detail

handle

public void handle(com.sun.net.httpserver.HttpExchange msg)
Called by HttpServer when there is a matching request for the context

Specified by:
handle in interface com.sun.net.httpserver.HttpHandler


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.