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.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.model com.sun.xml.ws.model.wsdl -
-
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<javax.xml.ws.WebServiceFeature> features)Methods in com.sun.xml.ws.binding with parameters of type WebServiceFeatureList Modifier and Type Method Description static booleanFeatureListUtil. isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2)static <F extends javax.xml.ws.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.client
Constructors in com.sun.xml.ws.client with parameters of type WebServiceFeatureList Constructor Description WSServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features)WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features)WSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, 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) -
Uses of WebServiceFeatureList in com.sun.xml.ws.model.wsdl
Fields in com.sun.xml.ws.model.wsdl declared as WebServiceFeatureList Modifier and Type Field Description protected WebServiceFeatureListAbstractFeaturedObjectImpl. featuresprotected WebServiceFeatureListAbstractFeaturedObjectImpl. features
-