Package com.sun.xml.ws.transport.http
Interface DeploymentDescriptorParser.AdapterFactory<A>
-
- All Known Implementing Classes:
HttpAdapterList,ServerAdapterList,ServletAdapterList,TCPAdapterList
- Enclosing class:
- DeploymentDescriptorParser<A>
public static interface DeploymentDescriptorParser.AdapterFactory<A>Creates a new "Adapter".
Normally 'A' would beHttpAdapteror some derived class. But the parser doesn't require that to be of any particular type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcreateAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
-
-
-
Method Detail
-
createAdapter
A createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
-
-