public final class EndpointAdapter extends Object
Constructor and Description |
---|
EndpointAdapter(Endpoint endpoint,
String urlPattern) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
javax.xml.ws.spi.http.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() |
public Endpoint getEndpoint()
public javax.xml.ws.spi.http.HttpContext getContext()
public void publish()
public void dispose()
public String getUrlPattern()
public void handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
public String getValidPath()
Copyright © 2015 Oracle Corporation. All rights reserved.