|
||||||||||
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.PolicyAssertion
This class represents policy assertion according WS-Policy.
It serves as the base class for an object, which represents an assertion.
Reading and writing standard attributes Usage and Preference can be accomplished
with the help of PolicyElement.readStandardAttributes(javax.xml.transform.dom.DOMSource)
and PolicyElement.writeStandardAttributes(javax.xml.transform.dom.DOMSource)
respectively.
In order to WSO2 SOA Enablement Server could load an assertion from persistent configuration extension of this class must have
public constructor with one paramter Source
.
Constructor Summary | |
PolicyAssertion()
|
Method Summary | |
abstract javax.xml.transform.Source |
getContent()
Gets the content of this object as Source |
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 PolicyAssertion()
Method Detail |
public abstract javax.xml.transform.Source getContent() throws PolicyException
Source
getContent
in class PolicyElement
Source
PolicyException
- when an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |