Uses of Interface
com.sun.xml.ws.api.WSFeatureList
Packages that use WSFeatureList
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of WSFeatureList in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WSFeatureListModifier and TypeMethodDescriptionWSBinding.getFaultMessageFeatures(QName operationName, QName messageName) Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSBinding.getFeatures()Returns a list of features associated withWSBinding.WSBinding.getInputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the input message of an operation.WSBinding.getOperationFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSBinding.getOutputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the output message of an operation.static WSFeatureListWebServiceFeatureFactory.getWSFeatureList(Iterable<Annotation> ann) Returns a feature list for feature annotations(i.e which haveWebServiceFeatureAnnotationmeta annotation)Methods in com.sun.xml.ws.api with parameters of type WSFeatureListModifier and TypeMethodDescriptionfinal WSBindingBindingID.createBinding(WSFeatureList features) voidImpliesWebServiceFeature.implyFeatures(WSFeatureList list) Deprecated.Callback that may inspect the current feature list and add additional featuresvoidFeatureListValidator.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 WSFeatureListModifier and TypeMethodDescriptionList<javax.xml.ws.WebServiceFeature>ServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) -
Uses of WSFeatureList in com.sun.xml.ws.api.message
Constructors in com.sun.xml.ws.api.message with parameters of type WSFeatureList -
Uses of WSFeatureList in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSFeatureListModifier and TypeMethodDescriptionWSDLFeaturedObject.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 WSFeatureListModifier and TypeMethodDescriptionstatic SOAPBindingCodecCodecs.createSOAPBindingCodec(WSFeatureList feature) This creates a fullCodecfor SOAP binding.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSFeatureList features) Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).static CodecCodecs.createXMLCodec(WSFeatureList feature) This creates a fullCodecfor XML binding. -
Uses of WSFeatureList in com.sun.xml.ws.binding
Classes in com.sun.xml.ws.binding that implement WSFeatureListModifier and TypeClassDescriptionfinal classRepresents a list ofWebServiceFeatures that has bunch of utility methods pertaining to web service features.Methods in com.sun.xml.ws.binding with parameters of type WSFeatureListModifier and TypeMethodDescriptionstatic SOAPVersionWebServiceFeatureList.getSoapVersion(WSFeatureList features) -
Uses of WSFeatureList in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding declared as WSFeatureListModifier and TypeFieldDescriptionprotected final WSFeatureListMimeCodec.featuresprotected final WSFeatureListMimeCodec.featuresprotected final WSFeatureListMimeCodec.featuresprotected final WSFeatureListMimeCodec.featuresMethods in com.sun.xml.ws.encoding with parameters of type WSFeatureListModifier and TypeMethodDescriptionstatic StreamSOAPCodecStreamSOAPCodec.create(WSFeatureList features) static javax.activation.DataSourceXMLHTTPBindingCodec.transformDataSource(javax.activation.DataSource in, boolean isFastInfoset, boolean useFastInfoset, WSFeatureList f) Constructors in com.sun.xml.ws.encoding with parameters of type WSFeatureListModifierConstructorDescriptionSOAPBindingCodec(WSFeatureList features) SOAPBindingCodec(WSFeatureList features, StreamSOAPCodec xmlSoapCodec) SwACodec(SOAPVersion version, WSFeatureList f, Codec rootCodec) -
Uses of WSFeatureList in com.sun.xml.ws.encoding.xml
Methods in com.sun.xml.ws.encoding.xml with parameters of type WSFeatureListModifier and TypeMethodDescriptionstatic MessageXMLMessage.create(String ct, InputStream in, WSFeatureList f) static MessageXMLMessage.create(javax.activation.DataSource ds, WSFeatureList f) static javax.activation.DataSourceXMLMessage.getDataSource(Message msg, WSFeatureList f) Constructors in com.sun.xml.ws.encoding.xml with parameters of type WSFeatureList -
Uses of WSFeatureList in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return WSFeatureList