Uses of Interface
com.sun.xml.ws.api.WSFeatureList
-
Packages that use WSFeatureList 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 Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.pipe Pipeand 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 Modifier and Type Method Description WSFeatureListWSBinding. getFaultMessageFeatures(QName operationName, QName messageName)Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSFeatureListWSBinding. getFeatures()Returns a list of features associated withWSBinding.WSFeatureListWSBinding. getInputMessageFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to the input message of an operation.WSFeatureListWSBinding. getOperationFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSFeatureListWSBinding. 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 WSFeatureList Modifier and Type Method Description 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 WSFeatureList Modifier and Type Method Description List<jakarta.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 Constructor Description 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 Modifier and Type Method Description WSFeatureListWSDLFeaturedObject. 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 Modifier and Type Method Description static 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 WSFeatureList Modifier and Type Class Description classWebServiceFeatureListRepresents 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 WSFeatureList Modifier and Type Method Description static SOAPVersionWebServiceFeatureList. getSoapVersion(WSFeatureList features) -
Uses of WSFeatureList in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding declared as WSFeatureList Modifier and Type Field Description protected WSFeatureListMimeCodec. featuresprotected WSFeatureListMimeCodec. featuresprotected WSFeatureListMimeCodec. featuresprotected WSFeatureListMimeCodec. featuresMethods in com.sun.xml.ws.encoding with parameters of type WSFeatureList Modifier and Type Method Description static StreamSOAPCodecStreamSOAPCodec. create(WSFeatureList features)static jakarta.activation.DataSourceXMLHTTPBindingCodec. transformDataSource(jakarta.activation.DataSource in, boolean isFastInfoset, boolean useFastInfoset, WSFeatureList f)Constructors in com.sun.xml.ws.encoding with parameters of type WSFeatureList Constructor Description 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 Modifier and Type Method Description static MessageXMLMessage. create(jakarta.activation.DataSource ds, WSFeatureList f)static MessageXMLMessage. create(String ct, InputStream in, WSFeatureList f)static jakarta.activation.DataSourceXMLMessage. getDataSource(Message msg, WSFeatureList f)Constructors in com.sun.xml.ws.encoding.xml with parameters of type WSFeatureList Constructor Description XMLCodec(WSFeatureList f)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 Modifier and Type Method Description WSFeatureListMonitorRootService. features()
-