com.sun.xml.ws.transport.httpspi.servlet
Class EndpointAdapter
java.lang.Object
com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
public final class EndpointAdapter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointAdapter
public EndpointAdapter(Endpoint endpoint,
String urlPattern)
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.