Uses of Class
com.sun.xml.ws.binding.WebServiceFeatureList
Packages that use WebServiceFeatureList
Package
Description
JAX-WS RI extension of JAX-WS API.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
-
Uses of WebServiceFeatureList in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WebServiceFeatureListModifier and TypeMethodDescriptionBindingID.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 WebServiceFeatureListFields in com.sun.xml.ws.binding with type parameters of type WebServiceFeatureListModifier and TypeFieldDescriptionprotected final Map<BindingImpl.MessageKey,WebServiceFeatureList> BindingImpl.faultMessageFeaturesprotected final Map<QName,WebServiceFeatureList> BindingImpl.inputMessageFeaturesprotected final Map<QName,WebServiceFeatureList> BindingImpl.operationFeaturesprotected final Map<QName,WebServiceFeatureList> BindingImpl.outputMessageFeaturesMethods in com.sun.xml.ws.binding that return WebServiceFeatureListModifier and TypeMethodDescriptionBindingImpl.getFaultMessageFeatures(QName operationName, QName messageName) BindingImpl.getFeatures()BindingImpl.getInputMessageFeatures(QName operationName) BindingImpl.getOperationFeatures(QName operationName) BindingImpl.getOutputMessageFeatures(QName operationName) static WebServiceFeatureListFeatureListUtil.mergeList(WebServiceFeatureList... lists) Merge all features into one list.static WebServiceFeatureListMethods in com.sun.xml.ws.binding with parameters of type WebServiceFeatureListModifier and TypeMethodDescriptionstatic 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 -
Uses of WebServiceFeatureList in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client with parameters of type WebServiceFeatureListModifier and TypeMethodDescriptionWSServiceDelegate.buildRuntimeModel(QName serviceName, QName portName, Class portInterface, WSDLPort wsdlPort, WebServiceFeatureList features) PortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding) SEIPortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface) <T> javax.xml.ws.Dispatch<T>WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, javax.xml.ws.Service.Mode mode, WebServiceFeatureList features) protected javax.xml.ws.Dispatch<Object>WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, WebServiceFeatureList features) <T> javax.xml.ws.Dispatch<T>WSServiceDelegate.createDispatch(QName portName, Class<T> aClass, javax.xml.ws.Service.Mode mode, WebServiceFeatureList features) protected javax.xml.ws.Dispatch<Object>WSServiceDelegate.createDispatch(QName portName, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, WebServiceFeatureList features) protected <T> TWSServiceDelegate.getPort(WSEndpointReference wsepr, QName portName, Class<T> portInterface, WebServiceFeatureList features) Constructors in com.sun.xml.ws.client with parameters of type WebServiceFeatureListModifierConstructorDescriptionprotectedWSServiceDelegate(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) protectedWSServiceDelegate(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 WebServiceFeatureListModifierConstructorDescriptionprotectedAbstractSEIModelImpl(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 WebServiceFeatureListModifier and TypeFieldDescriptionprotected WebServiceFeatureListAbstractFeaturedObjectImpl.featuresprotected WebServiceFeatureListAbstractFeaturedObjectImpl.features