Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.jaxws.framework.policy
Interface PolicyReference


public interface PolicyReference


Method Summary
 String getCategory()
          Category of the associated policy, typically the WS-Policy domain such as security, wsrm, etc.
 boolean getEnabled()
          The enablement state of the policy attachment.
 List<OverrideProperty> getOverrideProperties()
          List of configuration overrides that apply to this particular policy attachment.
 String getPolicyURI()
          The unique uri that identifies the associated policy.
 boolean isEnabled()
           
 

Method Detail

getPolicyURI

String getPolicyURI()
The unique uri that identifies the associated policy.

Returns:
String

getCategory

String getCategory()
Category of the associated policy, typically the WS-Policy domain such as security, wsrm, etc.

Returns:
String

getEnabled

boolean getEnabled()
The enablement state of the policy attachment. When set to false it is equivalent of the attachment not existing. When true this policy attachment will be enforced and advertised as appropriate.

Returns:
boolean

isEnabled

boolean isEnabled()

getOverrideProperties

List<OverrideProperty> getOverrideProperties()
List of configuration overrides that apply to this particular policy attachment.

Returns:
List

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01