|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLFeaturedObject
WSDLObject
that can have features associated with it.
WSDLParserExtension
s can add features to this object,
which will then be incorporated when Dispatch
s and
proxies are created for the port.
Method Summary | ||
---|---|---|
void |
addFeature(javax.xml.ws.WebServiceFeature feature)
Enables a WebServiceFeature based upon policy assertions on this port. |
|
|
getFeature(Class<F> featureType)
|
|
WSFeatureList |
getFeatures()
Gets the feature list associated with this object. |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
---|
getLocation |
Method Detail |
---|
@Nullable <F extends javax.xml.ws.WebServiceFeature> F getFeature(@NotNull Class<F> featureType)
@NotNull WSFeatureList getFeatures()
void addFeature(@NotNull javax.xml.ws.WebServiceFeature feature)
WebServiceFeature
based upon policy assertions on this port.
This method would be called during WSDL parsing by WS-Policy code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |