Package com.sun.xml.ws.policy.config
Class PolicyFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.policy.config.PolicyFeature
-
@ManagedData public class PolicyFeature extends jakarta.xml.ws.WebServiceFeatureWebServiceFeature for a WS-Policy expressionWebServiceFeature.- Author:
- Fabian Ritzmann
-
-
Constructor Summary
Constructors Constructor Description PolicyFeature(com.sun.xml.ws.policy.PolicyMap policyMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()com.sun.xml.ws.policy.PolicyMapgetPolicyMap()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getIDin classjakarta.xml.ws.WebServiceFeature
-
getPolicyMap
@ManagedAttribute public com.sun.xml.ws.policy.PolicyMap getPolicyMap()
-
-