Package com.sun.xml.ws.api.model.wsdl
Interface WSDLFeaturedObject
- All Superinterfaces:
WSDLObject
- All Known Subinterfaces:
EditableWSDLBoundPortType,EditableWSDLPort,WSDLBoundPortType,WSDLPort
- All Known Implementing Classes:
WSDLBoundPortTypeImpl,WSDLPortImpl
WSDLObject that can have features associated with it.
WSDLParserExtensions can add features to this object,
which will then be incorporated when Dispatchs and
proxies are created for the port.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(javax.xml.ws.WebServiceFeature feature) Enables aWebServiceFeaturebased upon policy assertions on this port.<F extends javax.xml.ws.WebServiceFeature>
FgetFeature(Class<F> featureType) Gets the feature list associated with this object.Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
getFeature
-
getFeatures
Gets the feature list associated with this object. -
addFeature
void addFeature(@NotNull javax.xml.ws.WebServiceFeature feature) Enables aWebServiceFeaturebased upon policy assertions on this port. This method would be called during WSDL parsing by WS-Policy code.
-