com.sun.xml.ws.transport.httpspi.servlet
Class EndpointAdapter

java.lang.Object
  extended by com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter

public final class EndpointAdapter
extends Object

Author:
Jitendra Kotamraju

Constructor Summary
EndpointAdapter(Endpoint endpoint, String urlPattern)
           
 
Method Summary
 void dispose()
           
 HttpContext getContext()
           
 Endpoint getEndpoint()
           
 String getUrlPattern()
           
 String getValidPath()
          Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".
 void handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void publish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointAdapter

public EndpointAdapter(Endpoint endpoint,
                       String urlPattern)
Method Detail

getEndpoint

public Endpoint getEndpoint()

getContext

public HttpContext getContext()

publish

public void publish()

dispose

public void dispose()

getUrlPattern

public String getUrlPattern()

handle

public void handle(javax.servlet.ServletContext context,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws IOException
Throws:
IOException

getValidPath

public String getValidPath()
Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.