Package | Description |
---|---|
com.sun.xml.ws.transport.httpspi.servlet |
Modifier and Type | Field and Description |
---|---|
List<EndpointAdapter> |
WSServletDelegate.adapters
All
EndpointAdapter s that are deployed in the current web application. |
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
EndpointAdapterFactory.createAdapter(String name,
String urlPattern,
Class implType,
QName serviceName,
QName portName,
String bindingId,
List<Source> metadata,
WebServiceFeature... features) |
protected EndpointAdapter |
WSServletDelegate.getTarget(javax.servlet.http.HttpServletRequest request)
Determines which
EndpointAdapter serves the given request. |
Modifier and Type | Method and Description |
---|---|
protected WSServletDelegate |
WSSPIContextListener.createDelegate(List<EndpointAdapter> adapters,
javax.servlet.ServletContext context)
Creates
WSServletDelegate that does the real work. |
Constructor and Description |
---|
WSServletDelegate(List<EndpointAdapter> adapters,
javax.servlet.ServletContext context) |
Copyright © 2015 Oracle Corporation. All rights reserved.