|
||||||||||
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
org.systinet.wasp.wsrm.feb2005.policy.DeliveryAssuranceAssertion
This assertion establishes well known names for application level delivery assurances between the ultimate receiver and the destination. The delivery assurance is an informational policy assertion as it does not affect the WS-RM transmission protocol.
Constructor Summary | |
DeliveryAssuranceAssertion(DeliveryAssurance deliveryAssurance,
PolicyUsage usage)
Creates this assertion with given delivery assurance. |
|
DeliveryAssuranceAssertion(javax.xml.transform.Source content)
Loads this assertion from given XML source. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
javax.xml.transform.Source |
getContent()
Gets XML content of this assertion. |
DeliveryAssurance |
getDeliveryAssurance()
Gets delivery assurance of this assertion. |
int |
hashCode()
|
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeliveryAssuranceAssertion(javax.xml.transform.Source content) throws PolicyException
content
- XML source
PolicyException
- when an error occurs during the assertion loadingpublic DeliveryAssuranceAssertion(DeliveryAssurance deliveryAssurance, PolicyUsage usage)
deliveryAssurance
- delivery assuranceusage
- PolicyUsage.OBSERVED
or PolicyUsage.IGNORED
Method Detail |
public DeliveryAssurance getDeliveryAssurance()
public javax.xml.transform.Source getContent() throws PolicyException
getContent
in class PolicyAssertion
PolicyException
- when an error occurspublic int hashCode()
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |