org.apache.sandesha2.wsrm
Class AcknowledgementRange
java.lang.Object
org.apache.sandesha2.wsrm.AcknowledgementRange
- All Implemented Interfaces:
- IOMRMElement
public class AcknowledgementRange
- extends java.lang.Object
- implements IOMRMElement
Represents and AcknowledgementRange element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcknowledgementRange
public AcknowledgementRange(java.lang.String namespaceValue)
throws SandeshaException
- Throws:
SandeshaException
getNamespaceValue
public java.lang.String getNamespaceValue()
- Specified by:
getNamespaceValue
in interface IOMRMElement
fromOMElement
public java.lang.Object fromOMElement(org.apache.axiom.om.OMElement ackRangePart)
throws org.apache.axiom.om.OMException
- Specified by:
fromOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
toOMElement
public org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement sequenceAckElement)
throws org.apache.axiom.om.OMException
- Specified by:
toOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
getLowerValue
public long getLowerValue()
setLowerValue
public void setLowerValue(long lowerValue)
getUpperValue
public long getUpperValue()
setUpperValue
public void setUpperValue(long upperValue)
isNamespaceSupported
public boolean isNamespaceSupported(java.lang.String namespaceName)
- Specified by:
isNamespaceSupported
in interface IOMRMElement
Copyright © 2007 Apache Web Services Project. All Rights Reserved.