Class DeliveryAssuranceAssertion
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.policy.ComplexAssertion
-
- com.sun.xml.ws.rx.rm.policy.wsrm200702.DeliveryAssuranceAssertion
-
public class DeliveryAssuranceAssertion extends com.sun.xml.ws.policy.ComplexAssertion- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.rx.rm.api.ReliableMessagingFeature.DeliveryAssurancegetDeliveryAssurance()static AssertionInstantiatorgetInstantiator()booleanisOrderedDelivery()-
Methods inherited from class com.sun.xml.ws.policy.ComplexAssertion
getNestedPolicy, hasNestedPolicy
-
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
-
-
-
Field Detail
-
NAME
public static final QName NAME
-
-
Method Detail
-
getInstantiator
public static AssertionInstantiator getInstantiator()
-
getDeliveryAssurance
public com.sun.xml.ws.rx.rm.api.ReliableMessagingFeature.DeliveryAssurance getDeliveryAssurance()
-
isOrderedDelivery
public boolean isOrderedDelivery()
-
-