com.sun.xml.ws.policy.config
Class PolicyFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
com.sun.xml.ws.policy.config.PolicyFeature
@ManagedData
public class PolicyFeature
- extends javax.xml.ws.WebServiceFeature
WebServiceFeature for a WS-Policy expression WebServiceFeature.
- Author:
- Fabian Ritzmann
|
Field Summary |
static java.lang.String |
ID
|
| Fields inherited from class javax.xml.ws.WebServiceFeature |
enabled |
|
Constructor Summary |
PolicyFeature(com.sun.xml.ws.policy.PolicyMap policyMap)
|
|
Method Summary |
java.lang.String |
getID()
|
com.sun.xml.ws.policy.PolicyMap |
getPolicyMap()
|
| Methods inherited from class javax.xml.ws.WebServiceFeature |
isEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
PolicyFeature
public PolicyFeature(com.sun.xml.ws.policy.PolicyMap policyMap)
getID
@ManagedAttribute
public java.lang.String getID()
- Specified by:
getID in class javax.xml.ws.WebServiceFeature
getPolicyMap
@ManagedAttribute
public com.sun.xml.ws.policy.PolicyMap getPolicyMap()
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.