Methods in javax.xml.ws with parameters of type WebServiceFeature |
static Endpoint |
Endpoint.create(Object implementor,
WebServiceFeature... features)
|
static Service |
Service.create(QName sn,
WebServiceFeature... features)
|
static Endpoint |
Endpoint.create(String bindingId,
Object implementor,
WebServiceFeature... features)
|
static Service |
Service.create(URL url,
QName sn,
WebServiceFeature... features)
|
|
Service.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
|
Service.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
Dispatch<Object> |
Service.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
|
Service.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
|
EndpointReference.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
|
Service.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
|
Service.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
static Endpoint |
Endpoint.publish(String address,
Object implementor,
WebServiceFeature... features)
|
Methods in javax.xml.ws.spi with parameters of type WebServiceFeature |
Endpoint |
Provider.createAndPublishEndpoint(String address,
Object obj,
WebServiceFeature... features)
Creates and publishes an Endpoint object with the specified address, implementation object and web service features. |
abstract
|
ServiceDelegate.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
abstract
|
ServiceDelegate.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
Endpoint |
Provider.createEndpoint(String bindingId,
Class<?> cls,
Invoker invoker,
WebServiceFeature... features)
Creates an Endpoint object with the provided bindingId, implementation class, invoker, and web service features. |
Endpoint |
Provider.createEndpoint(String bindingId,
Object obj,
WebServiceFeature... features)
Creates an Endpoint object with the provided bindingId, implementation object, and web service features. |
ServiceDelegate |
Provider.createServiceDelegate(URL url,
QName qname,
Class<? extends Service> cls,
WebServiceFeature... features)
Creates a service delegate object for the URL, service Qname, and web service features. |
abstract
|
ServiceDelegate.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
abstract
|
ServiceDelegate.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
abstract
|
Provider.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
abstract
|
ServiceDelegate.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|