org.apache.cxf.jaxws.spi
Class ProviderImpl
java.lang.Object
javax.xml.ws.spi.Provider
org.apache.cxf.jaxws.spi.ProviderImpl
public class ProviderImpl
- extends javax.xml.ws.spi.Provider
Fields inherited from class javax.xml.ws.spi.Provider |
JAXWSPROVIDER_PROPERTY |
Method Summary |
javax.xml.ws.Endpoint |
createAndPublishEndpoint(java.lang.String url,
java.lang.Object implementor)
|
javax.xml.ws.Endpoint |
createEndpoint(java.lang.String bindingId,
java.lang.Object implementor)
|
javax.xml.ws.spi.ServiceDelegate |
createServiceDelegate(java.net.URL url,
javax.xml.namespace.QName qname,
java.lang.Class cls)
|
javax.xml.ws.wsaddressing.W3CEndpointReference |
createW3CEndpointReference(java.lang.String address,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.util.List<org.w3c.dom.Element> metadata,
java.lang.String wsdlDocumentLocation,
java.util.List<org.w3c.dom.Element> referenceParameters)
|
|
getPort(javax.xml.ws.EndpointReference endpointReference,
java.lang.Class<T> serviceEndpointInterface,
javax.xml.ws.WebServiceFeature... features)
|
javax.xml.ws.EndpointReference |
readEndpointReference(javax.xml.transform.Source eprInfoset)
|
Methods inherited from class javax.xml.ws.spi.Provider |
provider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWS_PROVIDER
public static final java.lang.String JAXWS_PROVIDER
ProviderImpl
public ProviderImpl()
createServiceDelegate
public javax.xml.ws.spi.ServiceDelegate createServiceDelegate(java.net.URL url,
javax.xml.namespace.QName qname,
java.lang.Class cls)
- Specified by:
createServiceDelegate
in class javax.xml.ws.spi.Provider
createEndpoint
public javax.xml.ws.Endpoint createEndpoint(java.lang.String bindingId,
java.lang.Object implementor)
- Specified by:
createEndpoint
in class javax.xml.ws.spi.Provider
createAndPublishEndpoint
public javax.xml.ws.Endpoint createAndPublishEndpoint(java.lang.String url,
java.lang.Object implementor)
- Specified by:
createAndPublishEndpoint
in class javax.xml.ws.spi.Provider
createW3CEndpointReference
public javax.xml.ws.wsaddressing.W3CEndpointReference createW3CEndpointReference(java.lang.String address,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.util.List<org.w3c.dom.Element> metadata,
java.lang.String wsdlDocumentLocation,
java.util.List<org.w3c.dom.Element> referenceParameters)
- Specified by:
createW3CEndpointReference
in class javax.xml.ws.spi.Provider
getPort
public <T> T getPort(javax.xml.ws.EndpointReference endpointReference,
java.lang.Class<T> serviceEndpointInterface,
javax.xml.ws.WebServiceFeature... features)
- Specified by:
getPort
in class javax.xml.ws.spi.Provider
readEndpointReference
public javax.xml.ws.EndpointReference readEndpointReference(javax.xml.transform.Source eprInfoset)
- Specified by:
readEndpointReference
in class javax.xml.ws.spi.Provider
Apache CXF