|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.policy.PolicyElement
org.systinet.wasp.policy.PolicyCompositor
org.systinet.wasp.policy.PolicyExactlyOneOperator
This class represents WS-Policy ExatlyOne operator.
This operator is considered to be satisfied if
exactly one of its child elements is satisfied. This
has meaning mainly for computing of EffectivePolicy.
| Constructor Summary | |
PolicyExactlyOneOperator()
Creates an instance of this class. |
|
PolicyExactlyOneOperator(PolicyUsage usage,
int preference)
Creates an instance of this class. |
|
PolicyExactlyOneOperator(javax.xml.transform.Source source)
Creates instance of this object from given XML source. |
|
| Method Summary | |
javax.xml.transform.Source |
getContent()
Gets the content of this object as Source |
| Methods inherited from class org.systinet.wasp.policy.PolicyCompositor |
add, getElements, getId, remove, setId |
| Methods inherited from class org.systinet.wasp.policy.PolicyElement |
getParentElement, getPreference, getUsage, readStandardAttributes, setParentElement, setPreference, setUsage, writeStandardAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PolicyExactlyOneOperator()
public PolicyExactlyOneOperator(javax.xml.transform.Source source)
throws PolicyException
source - XML source
PolicyException - when an error occurs during loading
public PolicyExactlyOneOperator(PolicyUsage usage,
int preference)
usage - the operator usagepreference - the operator preferencePolicyUsage| Method Detail |
public javax.xml.transform.Source getContent()
throws PolicyException
Source
getContent in class PolicyCompositorSource
PolicyException - when an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||