Uses of Class
com.sun.xml.ws.binding.WebServiceFeatureList
-
Packages that use WebServiceFeatureList Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.binding com.sun.xml.ws.model -
-
Uses of WebServiceFeatureList in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WebServiceFeatureList Modifier and Type Method Description WebServiceFeatureListBindingID. createBuiltinFeatureList()Returna a newWebServiceFeatureListinstance that represents the features that are built into this binding ID. -
Uses of WebServiceFeatureList in com.sun.xml.ws.binding
Fields in com.sun.xml.ws.binding declared as WebServiceFeatureList Modifier and Type Field Description protected WebServiceFeatureListBindingImpl. featuresFields in com.sun.xml.ws.binding with type parameters of type WebServiceFeatureList Modifier and Type Field Description protected Map<BindingImpl.MessageKey,WebServiceFeatureList>BindingImpl. faultMessageFeaturesprotected Map<QName,WebServiceFeatureList>BindingImpl. inputMessageFeaturesprotected Map<QName,WebServiceFeatureList>BindingImpl. operationFeaturesprotected Map<QName,WebServiceFeatureList>BindingImpl. outputMessageFeaturesMethods in com.sun.xml.ws.binding that return WebServiceFeatureList Modifier and Type Method Description WebServiceFeatureListBindingImpl. getFaultMessageFeatures(QName operationName, QName messageName)WebServiceFeatureListBindingImpl. getFeatures()WebServiceFeatureListBindingImpl. getInputMessageFeatures(QName operationName)WebServiceFeatureListBindingImpl. getOperationFeatures(QName operationName)WebServiceFeatureListBindingImpl. getOutputMessageFeatures(QName operationName)static WebServiceFeatureListFeatureListUtil. mergeList(WebServiceFeatureList... lists)Merge all features into one list.static WebServiceFeatureListWebServiceFeatureList. toList(Iterable<WebServiceFeature> features)Methods in com.sun.xml.ws.binding with parameters of type WebServiceFeatureList Modifier and Type Method Description static booleanFeatureListUtil. isFeatureEnabled(Class<? extends WebServiceFeature> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2)static <F extends WebServiceFeature>
FFeatureListUtil. mergeFeature(Class<F> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2)static WebServiceFeatureListFeatureListUtil. mergeList(WebServiceFeatureList... lists)Merge all features into one list.Constructors in com.sun.xml.ws.binding with parameters of type WebServiceFeatureList Constructor Description WebServiceFeatureList(WebServiceFeatureList features) -
Uses of WebServiceFeatureList in com.sun.xml.ws.model
Constructors in com.sun.xml.ws.model with parameters of type WebServiceFeatureList Constructor Description AbstractSEIModelImpl(WebServiceFeatureList features)SOAPSEIModel(WebServiceFeatureList features)
-