com.sun.xml.ws.transport.httpspi.servlet
Class EndpointAdapterFactory

java.lang.Object
  extended by 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
EndpointAdapterFactory()
           
 
Method Summary
 EndpointAdapter createAdapter(String name, String urlPattern, Class implType, QName serviceName, QName portName, String bindingId, List<Source> metadata, WebServiceFeature... features)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointAdapterFactory

public EndpointAdapterFactory()
Method Detail

createAdapter

public EndpointAdapter createAdapter(String name,
                                     String urlPattern,
                                     Class implType,
                                     QName serviceName,
                                     QName portName,
                                     String bindingId,
                                     List<Source> metadata,
                                     WebServiceFeature... features)
Specified by:
createAdapter in interface DeploymentDescriptorParser.AdapterFactory<EndpointAdapter>


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.