|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSFeatureList | |
|---|---|
| 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 |
| Uses of WSFeatureList in com.sun.xml.ws.api |
|---|
| Methods in com.sun.xml.ws.api that return WSFeatureList | |
|---|---|
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) |
| Methods in com.sun.xml.ws.api with parameters of type WSFeatureList | |
|---|---|
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. |
| Uses of WSFeatureList in com.sun.xml.ws.api.client |
|---|
| Methods in com.sun.xml.ws.api.client with parameters of type WSFeatureList | |
|---|---|
List<WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before WSBinding is created, to allow interceptors
to add WebServiceFeatures to the created WSBinding. |
| Uses of WSFeatureList in com.sun.xml.ws.api.message |
|---|
| Constructors in com.sun.xml.ws.api.message with parameters of type WSFeatureList | |
|---|---|
MessageContextFactory(WSFeatureList wsf)
|
|
| Uses of WSFeatureList in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return WSFeatureList | |
|---|---|
WSFeatureList |
WSDLFeaturedObject.getFeatures()
Gets the feature list associated with this object. |
| Uses of WSFeatureList in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe with parameters of type WSFeatureList | |
|---|---|
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. |
| Uses of WSFeatureList in com.sun.xml.ws.binding |
|---|
| Classes in com.sun.xml.ws.binding that implement WSFeatureList | |
|---|---|
class |
WebServiceFeatureList
Represents a list of WebServiceFeatures that has bunch of utility
methods pertaining to web service features. |
| Methods in com.sun.xml.ws.binding with parameters of type WSFeatureList | |
|---|---|
static SOAPVersion |
WebServiceFeatureList.getSoapVersion(WSFeatureList features)
|
| Uses of WSFeatureList in com.sun.xml.ws.encoding |
|---|
| Methods in com.sun.xml.ws.encoding with parameters of type WSFeatureList | |
|---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(WSFeatureList features)
|
static DataSource |
XMLHTTPBindingCodec.transformDataSource(DataSource in,
boolean isFastInfoset,
boolean useFastInfoset,
WSFeatureList f)
|
| Constructors in com.sun.xml.ws.encoding with parameters of type WSFeatureList | |
|---|---|
SOAPBindingCodec(WSFeatureList features)
|
|
SOAPBindingCodec(WSFeatureList features,
StreamSOAPCodec xmlSoapCodec)
|
|
SwACodec(SOAPVersion version,
WSFeatureList f,
Codec rootCodec)
|
|
XMLHTTPBindingCodec(WSFeatureList f)
|
|
| Uses of WSFeatureList in com.sun.xml.ws.encoding.xml |
|---|
| Methods in com.sun.xml.ws.encoding.xml with parameters of type WSFeatureList | |
|---|---|
static Message |
XMLMessage.create(DataSource ds,
WSFeatureList f)
|
static Message |
XMLMessage.create(String ct,
InputStream in,
WSFeatureList f)
|
static DataSource |
XMLMessage.getDataSource(Message msg,
WSFeatureList f)
|
| Constructors in com.sun.xml.ws.encoding.xml with parameters of type WSFeatureList | |
|---|---|
XMLCodec(WSFeatureList f)
|
|
XMLMessage.XMLMultiPart(String contentType,
InputStream is,
WSFeatureList f)
|
|
| Uses of WSFeatureList in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server that return WSFeatureList | |
|---|---|
WSFeatureList |
MonitorRootService.features()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||