Class EndpointAdapterFactory
- java.lang.Object
-
- com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapterFactory
-
- All Implemented Interfaces:
DeploymentDescriptorParser.AdapterFactory<EndpointAdapter>
public final class EndpointAdapterFactory extends Object implements DeploymentDescriptorParser.AdapterFactory<EndpointAdapter>
- Author:
- Jitendra Kotamraju
-
-
Constructor Summary
Constructors Constructor Description EndpointAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointAdaptercreateAdapter(String name, String urlPattern, Class implType, QName serviceName, QName portName, String bindingId, List<Source> metadata, jakarta.xml.ws.WebServiceFeature... features)
-
-
-
Method Detail
-
createAdapter
public EndpointAdapter createAdapter(String name, String urlPattern, Class implType, QName serviceName, QName portName, String bindingId, List<Source> metadata, jakarta.xml.ws.WebServiceFeature... features)
- Specified by:
createAdapterin interfaceDeploymentDescriptorParser.AdapterFactory<EndpointAdapter>
-
-