Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.binding | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.xml | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.transport.async_client_transport |
Modifier and Type | Method and Description |
---|---|
WSFeatureList |
WSBinding.getFaultMessageFeatures(QName operationName,
QName messageName)
Experimental: Returns a list of features associated with
WSBinding that apply to
one of the fault messages of an operation. |
WSFeatureList |
WSBinding.getFeatures()
Returns a list of features associated with
WSBinding . |
WSFeatureList |
WSBinding.getInputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with
WSBinding that apply to
the input message of an operation. |
WSFeatureList |
WSBinding.getOperationFeatures(QName operationName)
Experimental: Returns a list of features associated with
WSBinding that apply to
a particular operation. |
WSFeatureList |
WSBinding.getOutputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with
WSBinding that apply to
the output message of an operation. |
static WSFeatureList |
WebServiceFeatureFactory.getWSFeatureList(Iterable<Annotation> ann)
Returns a feature list for feature annotations(i.e which have
WebServiceFeatureAnnotation meta annotation) |
Modifier and Type | Method and Description |
---|---|
WSBinding |
BindingID.createBinding(WSFeatureList features) |
void |
ImpliesWebServiceFeature.implyFeatures(WSFeatureList list)
Deprecated.
Callback that may inspect the current feature list and add additional features
|
void |
FeatureListValidator.validate(WSFeatureList list)
Validates feature list.
|
Modifier and Type | Method and Description |
---|---|
List<WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before
WSBinding is created, to allow interceptors
to add WebServiceFeature s to the created WSBinding . |
Modifier and Type | Method and Description |
---|---|
WSFeatureList |
WSDLFeaturedObject.getFeatures()
Gets the feature list associated with this object.
|
Modifier and Type | Method and Description |
---|---|
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSFeatureList feature)
This creates a full
Codec for SOAP binding. |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList features)
Creates a default
Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
static Codec |
Codecs.createXMLCodec(WSFeatureList feature)
This creates a full
Codec for XML binding. |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceFeatureList
Represents a list of
WebServiceFeature s that has bunch of utility
methods pertaining to web service features. |
Modifier and Type | Method and Description |
---|---|
static SOAPVersion |
WebServiceFeatureList.getSoapVersion(WSFeatureList features) |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(WSFeatureList features) |
static DataSource |
XMLHTTPBindingCodec.transformDataSource(DataSource in,
boolean isFastInfoset,
boolean useFastInfoset,
WSFeatureList f) |
Constructor and Description |
---|
SOAPBindingCodec(WSFeatureList features) |
SOAPBindingCodec(WSFeatureList features,
StreamSOAPCodec xmlSoapCodec) |
SwACodec(SOAPVersion version,
WSFeatureList f,
Codec rootCodec) |
XMLHTTPBindingCodec(WSFeatureList f) |
Modifier and Type | Method and Description |
---|---|
static com.sun.xml.ws.api.message.Message |
XMLMessage.create(DataSource ds,
WSFeatureList f) |
static com.sun.xml.ws.api.message.Message |
XMLMessage.create(String ct,
InputStream in,
WSFeatureList f) |
static DataSource |
XMLMessage.getDataSource(com.sun.xml.ws.api.message.Message msg,
WSFeatureList f) |
Constructor and Description |
---|
XMLCodec(WSFeatureList f) |
XMLMultiPart(String contentType,
InputStream is,
WSFeatureList f) |
Modifier and Type | Method and Description |
---|---|
WSFeatureList |
MonitorRootService.features() |
Modifier and Type | Method and Description |
---|---|
WSFeatureList |
FeatureSupressingWSBinding.getFaultMessageFeatures(QName qname,
QName qname1) |
WSFeatureList |
FeatureSupressingWSBinding.getFeatures() |
WSFeatureList |
FeatureSupressingWSBinding.getInputMessageFeatures(QName qname) |
WSFeatureList |
FeatureSupressingWSBinding.getOperationFeatures(QName qname) |
WSFeatureList |
FeatureSupressingWSBinding.getOutputMessageFeatures(QName qname) |
Copyright © 2015 Oracle Corporation. All rights reserved.