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.message |
Message and related abstractions that represent a SOAP message. |
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
|
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)
Callback that may inspect the current feature list and add additional features
|
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 . |
Constructor and Description |
---|
MessageContextFactory(WSFeatureList wsf) |
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 | Field and Description |
---|---|
protected WSFeatureList |
MimeCodec.features |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(WSFeatureList features) |
static javax.activation.DataSource |
XMLHTTPBindingCodec.transformDataSource(javax.activation.DataSource in,
boolean isFastInfoset,
boolean useFastInfoset,
WSFeatureList f) |
Constructor and Description |
---|
MimeCodec(SOAPVersion version,
WSFeatureList f) |
MtomCodec(SOAPVersion version,
StreamSOAPCodec codec,
WSFeatureList features) |
SOAPBindingCodec(WSFeatureList features) |
SOAPBindingCodec(WSFeatureList features,
StreamSOAPCodec xmlSoapCodec) |
StreamSOAP11Codec(WSFeatureList features) |
StreamSOAP12Codec(WSFeatureList features) |
StreamSOAPCodec(WSFeatureList features) |
SwACodec(SOAPVersion version,
WSFeatureList f,
Codec rootCodec) |
XMLHTTPBindingCodec(WSFeatureList f) |
Modifier and Type | Method and Description |
---|---|
static Message |
XMLMessage.create(javax.activation.DataSource ds,
WSFeatureList f) |
static Message |
XMLMessage.create(String ct,
InputStream in,
WSFeatureList f) |
static javax.activation.DataSource |
XMLMessage.getDataSource(Message msg,
WSFeatureList f) |
Constructor and Description |
---|
XMLCodec(WSFeatureList f) |
XMLMessage.XMLMultiPart(String contentType,
InputStream is,
WSFeatureList f) |
Modifier and Type | Method and Description |
---|---|
WSFeatureList |
MonitorRootService.features() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.