|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointAdapter | |
|---|---|
| com.sun.xml.ws.transport.httpspi.servlet | |
| Uses of EndpointAdapter in com.sun.xml.ws.transport.httpspi.servlet |
|---|
| Fields in com.sun.xml.ws.transport.httpspi.servlet with type parameters of type EndpointAdapter | |
|---|---|
java.util.List<EndpointAdapter> |
WSServletDelegate.adapters
All EndpointAdapters that are deployed in the current web application. |
| Methods in com.sun.xml.ws.transport.httpspi.servlet that return EndpointAdapter | |
|---|---|
EndpointAdapter |
EndpointAdapterFactory.createAdapter(java.lang.String name,
java.lang.String urlPattern,
java.lang.Class implType,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.lang.String bindingId,
java.util.List<javax.xml.transform.Source> metadata,
javax.xml.ws.WebServiceFeature... features)
|
protected EndpointAdapter |
WSServletDelegate.getTarget(javax.servlet.http.HttpServletRequest request)
Determines which EndpointAdapter serves the given request. |
| Method parameters in com.sun.xml.ws.transport.httpspi.servlet with type arguments of type EndpointAdapter | |
|---|---|
protected WSServletDelegate |
WSSPIContextListener.createDelegate(java.util.List<EndpointAdapter> adapters,
javax.servlet.ServletContext context)
Creates WSServletDelegate that does the real work. |
| Constructor parameters in com.sun.xml.ws.transport.httpspi.servlet with type arguments of type EndpointAdapter | |
|---|---|
WSServletDelegate(java.util.List<EndpointAdapter> adapters,
javax.servlet.ServletContext context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||