com.sun.xml.ws.transport.httpspi.servlet
Interface DeploymentDescriptorParser.AdapterFactory<A>

All Known Implementing Classes:
EndpointAdapterFactory
Enclosing class:
DeploymentDescriptorParser<A>

public static interface DeploymentDescriptorParser.AdapterFactory<A>

Creates a new "Adapter".

Normally 'A' would be EndpointAdapter or some derived class. But the parser doesn't require that to be of any particular type.


Method Summary
 A createAdapter(String name, String urlPattern, Class implType, QName serviceName, QName portName, String bindingId, List<Source> metadata, WebServiceFeature... features)
           
 

Method Detail

createAdapter

A createAdapter(String name,
                String urlPattern,
                Class implType,
                QName serviceName,
                QName portName,
                String bindingId,
                List<Source> metadata,
                WebServiceFeature... features)


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