org.apache.cxf.jaxws22.spi
Class ProviderImpl
java.lang.Object
javax.xml.ws.spi.Provider
org.apache.cxf.jaxws.spi.ProviderImpl
org.apache.cxf.jaxws22.spi.ProviderImpl
public class ProviderImpl
- extends ProviderImpl
Fields inherited from class javax.xml.ws.spi.Provider |
JAXWSPROVIDER_PROPERTY |
Methods inherited from class org.apache.cxf.jaxws.spi.ProviderImpl |
convertToInternal, createAndPublishEndpoint, createAndPublishEndpoint, createEndpoint, createEndpoint, createServiceDelegate, createServiceDelegate, createW3CEndpointReference, createW3CEndpointReference, getPort, isJaxWs22, readEndpointReference |
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 |
ProviderImpl
public ProviderImpl()
createEndpointImpl
protected EndpointImpl createEndpointImpl(Bus bus,
String bindingId,
Object implementor,
javax.xml.ws.WebServiceFeature... features)
- Overrides:
createEndpointImpl
in class ProviderImpl
createEndpoint
public javax.xml.ws.Endpoint createEndpoint(String bindingId,
Class<?> implementorClass,
javax.xml.ws.spi.Invoker invoker,
javax.xml.ws.WebServiceFeature... features)
- Overrides:
createEndpoint
in class javax.xml.ws.spi.Provider
Apache CXF