javax.xml.ws.spi.http
Class HttpHandler

java.lang.Object
  extended by javax.xml.ws.spi.http.HttpHandler

public abstract class HttpHandler
extends Object


Constructor Summary
HttpHandler()
           
 
Method Summary
abstract  void handle(HttpExchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHandler

public HttpHandler()
Method Detail

handle

public abstract void handle(HttpExchange exchange)
                     throws IOException
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.