com.sun.xml.ws.policy.config
Class PolicyFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.policy.config.PolicyFeature

@ManagedData
public class PolicyFeature
extends WebServiceFeature

WebServiceFeature for a WS-Policy expression WebServiceFeature.

Author:
Fabian Ritzmann

Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
PolicyFeature(PolicyMap policyMap)
           
 
Method Summary
 String getID()
           
 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
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

PolicyFeature

public PolicyFeature(PolicyMap policyMap)
Method Detail

getID

@ManagedAttribute
public String getID()
Specified by:
getID in class WebServiceFeature

getPolicyMap

@ManagedAttribute
public PolicyMap getPolicyMap()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.