|
||||||||||
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.PolicyOneOrMoreOperator
This class represents WS-Policy OneOrMore operator.
This operator is considered to be satisfied if
ethat at least one of its child elements is satisfied. This
has meaning mainly for computing of EffectivePolicy
.
Constructor Summary | |
PolicyOneOrMoreOperator()
Creates an instance of this class. |
|
PolicyOneOrMoreOperator(PolicyUsage usage,
int preference)
Creates an instance of this class. |
|
PolicyOneOrMoreOperator(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 PolicyOneOrMoreOperator()
public PolicyOneOrMoreOperator(javax.xml.transform.Source source) throws PolicyException
source
- XML source
PolicyException
- when an error occurs during loadingpublic PolicyOneOrMoreOperator(PolicyUsage usage, int preference)
usage
- the operator usagepreference
- the oprator preferencePolicyUsage
Method Detail |
public javax.xml.transform.Source getContent() throws PolicyException
Source
getContent
in class PolicyCompositor
Source
PolicyException
- when an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |