public class ProviderImpl
extends org.apache.cxf.jaxws22.spi.ProviderImpl
JAXWSPROVIDER_PROPERTY
Constructor and Description |
---|
ProviderImpl() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
createEndpoint(String bindingId,
Class<?> implementorClass,
Invoker invoker,
WebServiceFeature... features) |
Endpoint |
createEndpoint(String bindingId,
Object implementor) |
Endpoint |
createEndpoint(String bindingId,
Object implementor,
WebServiceFeature... features) |
protected org.apache.cxf.jaxws.EndpointImpl |
createEndpointImpl(org.apache.cxf.Bus bus,
String bindingId,
Object implementor,
WebServiceFeature... features) |
ServiceDelegate |
createServiceDelegate(URL url,
QName qname,
Class cls) |
ServiceDelegate |
createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class serviceClass,
WebServiceFeature... features) |
protected org.apache.cxf.jaxws.EndpointImpl createEndpointImpl(org.apache.cxf.Bus bus, String bindingId, Object implementor, WebServiceFeature... features)
createEndpointImpl
in class org.apache.cxf.jaxws.spi.ProviderImpl
public Endpoint createEndpoint(String bindingId, Object implementor)
createEndpoint
in class org.apache.cxf.jaxws.spi.ProviderImpl
public Endpoint createEndpoint(String bindingId, Object implementor, WebServiceFeature... features)
createEndpoint
in class org.apache.cxf.jaxws.spi.ProviderImpl
public Endpoint createEndpoint(String bindingId, Class<?> implementorClass, Invoker invoker, WebServiceFeature... features)
createEndpoint
in class org.apache.cxf.jaxws.spi.ProviderImpl
public ServiceDelegate createServiceDelegate(URL url, QName qname, Class cls)
createServiceDelegate
in class org.apache.cxf.jaxws.spi.ProviderImpl
public ServiceDelegate createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class serviceClass, WebServiceFeature... features)
createServiceDelegate
in class org.apache.cxf.jaxws.spi.ProviderImpl
Copyright © 2017 JBoss, by Red Hat. All rights reserved.