Apache CXF API

org.apache.cxf.jaxws22.spi
Class ProviderImpl

java.lang.Object
  extended by javax.xml.ws.spi.Provider
      extended by org.apache.cxf.jaxws.spi.ProviderImpl
          extended by org.apache.cxf.jaxws22.spi.ProviderImpl

public class ProviderImpl
extends ProviderImpl


Field Summary
 
Fields inherited from class org.apache.cxf.jaxws.spi.ProviderImpl
JAXWS_PROVIDER, LOG
 
Fields inherited from class javax.xml.ws.spi.Provider
JAXWSPROVIDER_PROPERTY
 
Constructor Summary
ProviderImpl()
           
 
Method Summary
 javax.xml.ws.Endpoint createEndpoint(String bindingId, Class<?> implementorClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature... features)
           
protected  EndpointImpl createEndpointImpl(Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature... features)
           
 
Methods inherited from class org.apache.cxf.jaxws.spi.ProviderImpl
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
 

Constructor Detail

ProviderImpl

public ProviderImpl()
Method Detail

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 API

Apache CXF