public class JaxWsProviderWrapper extends Provider
JAXWSPROVIDER_PROPERTY| Constructor and Description |
|---|
JaxWsProviderWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterCreate() |
static void |
beforeCreate(List<PortRefMetaData> portRefMetaDatas) |
Endpoint |
createAndPublishEndpoint(String address,
Object implementor) |
Endpoint |
createEndpoint(String bindingId,
Object implementor) |
ServiceDelegate |
createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class serviceClass) |
W3CEndpointReference |
createW3CEndpointReference(String address,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters) |
Provider |
getDelegate() |
<T> T |
getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
EndpointReference |
readEndpointReference(Source source) |
createAndPublishEndpoint, createEndpoint, createEndpoint, createServiceDelegate, createW3CEndpointReference, providerpublic static void beforeCreate(List<PortRefMetaData> portRefMetaDatas)
public static void afterCreate()
public Provider getDelegate()
public ServiceDelegate createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class serviceClass)
createServiceDelegate in class Providerpublic Endpoint createEndpoint(String bindingId, Object implementor)
createEndpoint in class Providerpublic Endpoint createAndPublishEndpoint(String address, Object implementor)
createAndPublishEndpoint in class Providerpublic W3CEndpointReference createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
createW3CEndpointReference in class Providerpublic EndpointReference readEndpointReference(Source source)
readEndpointReference in class Providerpublic <T> T getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.