|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSFeatureList | |
---|---|
com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.binding |
Uses of WSFeatureList in com.sun.xml.ws.api |
---|
Methods in com.sun.xml.ws.api that return WSFeatureList | |
---|---|
WSFeatureList |
WSBinding.getFeatures()
Returns a list of features associated with WSBinding . |
Methods in com.sun.xml.ws.api with parameters of type WSFeatureList | |
---|---|
WSBinding |
BindingID.createBinding(WSFeatureList features)
|
Uses of WSFeatureList in com.sun.xml.ws.api.client |
---|
Methods in com.sun.xml.ws.api.client with parameters of type WSFeatureList | |
---|---|
List<javax.xml.ws.WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before WSBinding is created, to allow interceptors
to add WebServiceFeature s to the created WSBinding . |
Uses of WSFeatureList in com.sun.xml.ws.api.model.wsdl |
---|
Methods in com.sun.xml.ws.api.model.wsdl that return WSFeatureList | |
---|---|
WSFeatureList |
WSDLFeaturedObject.getFeatures()
Gets the feature list associated with this object. |
Uses of WSFeatureList in com.sun.xml.ws.binding |
---|
Classes in com.sun.xml.ws.binding that implement WSFeatureList | |
---|---|
class |
WebServiceFeatureList
Represents a list of WebServiceFeature s that has bunch of utility methods
pertaining to web service features. |
Methods in com.sun.xml.ws.binding with parameters of type WSFeatureList | |
---|---|
void |
WebServiceFeatureList.addAll(WSFeatureList list)
Adds features to the list if it's not already added. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |