com.sun.xml.ws.transport.http
Interface DeploymentDescriptorParser.AdapterFactory<A>
- All Known Implementing Classes:
- HttpAdapterList, ServerAdapterList, ServletAdapterList
- Enclosing class:
- DeploymentDescriptorParser<A>
public static interface DeploymentDescriptorParser.AdapterFactory<A>
Creates a new "Adapter".
Normally 'A' would be HttpAdapter
or some derived class.
But the parser doesn't require that to be of any particular type.
createAdapter
A createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.