Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.xml.ws | This package contains the core JAX-WS APIs. |
javax.xml.ws.soap | This package defines APIs specific to the SOAP binding. |
javax.xml.ws.spi | This package defines SPIs for JAX-WS. |
Uses of WebServiceFeature in javax.xml.ws |
---|
Modifier and Type | Class and Description |
---|---|
class |
RespectBindingFeature
This feature clarifies the use of the wsdl:binding
in a JAX-WS runtime. |
Modifier and Type | Method and Description | |
---|---|---|
static Endpoint |
Endpoint.create(Object implementor,
WebServiceFeature... features)
Creates an endpoint with the specified implementor object and web service features. |
|
static Service |
Service.create(QName serviceName,
WebServiceFeature... features)
Creates a Service instance. |
|
static Endpoint |
Endpoint.create(String bindingId,
Object implementor,
WebServiceFeature... features)
Creates an endpoint with the specified binding type, implementor object, and web service features. |
|
static Service |
Service.create(URL wsdlDocumentLocation,
QName serviceName,
WebServiceFeature... features)
Creates a Service instance. |
|
|
Service.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with objects of
the client's choosing. |
|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
|
Service.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with objects of
the client's choosing. |
|
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
|
Service.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
|
EndpointReference.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
|
Service.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
|
Service.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
static Endpoint |
Endpoint.publish(String address,
Object implementor,
WebServiceFeature... features)
Creates and publishes an endpoint for the specified implementor object at the given address. |
Constructor and Description |
---|
Service(URL wsdlDocumentLocation,
QName serviceName,
WebServiceFeature... features)
|
Uses of WebServiceFeature in javax.xml.ws.soap |
---|
Modifier and Type | Class and Description |
---|---|
class |
AddressingFeature
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding. |
class |
MTOMFeature
This feature represents the use of MTOM with a web service. |
Uses of WebServiceFeature in javax.xml.ws.spi |
---|
Modifier and Type | Method and Description | |
---|---|---|
Endpoint |
Provider.createAndPublishEndpoint(String address,
Object implementor,
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)
Creates a Dispatch instance for use with objects of
the user's choosing. |
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
abstract
|
ServiceDelegate.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with objects of
the user's choosing. |
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
Endpoint |
Provider.createEndpoint(String bindingId,
Class<?> implementorClass,
Invoker invoker,
WebServiceFeature... features)
Creates an endpoint object with the provided binding, implementation class, invoker and web service features. |
|
Endpoint |
Provider.createEndpoint(String bindingId,
Object implementor,
WebServiceFeature... features)
Creates an endpoint object with the provided binding, implementation object and web service features. |
|
ServiceDelegate |
Provider.createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class<? extends Service> serviceClass,
WebServiceFeature... features)
Creates a service delegate object. |
|
abstract
|
ServiceDelegate.getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
abstract
|
ServiceDelegate.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
abstract
|
Provider.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
abstract
|
ServiceDelegate.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.