| java.lang.Object com.sun.xml.ws.rm.protocol.AbstractSequenceAcknowledgement
All known Subclasses: com.sun.xml.ws.rm.v200502.SequenceAcknowledgementElement, com.sun.xml.ws.rm.v200702.SequenceAcknowledgementElement,
AbstractSequenceAcknowledgement | abstract public class AbstractSequenceAcknowledgement (Code) | | This is the base class for the implementations of SequenceAcknowledgementElement based on the
two versions of the RM specification
author: Bhakti Mehta author: Mike Grogan |
addAckRange | abstract public void addAckRange(long lower, long upper)(Code) | | |
addNack | abstract public void addNack(long index)(Code) | | |
getAny | abstract protected List<Object> getAny()(Code) | | Gets the value of the any property representing extensibility elements
The list of elements. |
getBufferRemaining | abstract protected int getBufferRemaining()(Code) | | Gets the BufferRemaining value
int |
getId | abstract protected String getId()(Code) | | Gets the identifier associated with the Sequence
String |
getNack | abstract protected List<BigInteger> getNack()(Code) | | Gets the value of the nack property.
The value of the property, which is a list of BigIntegers |
getOtherAttributes | abstract protected Map<QName, String> getOtherAttributes()(Code) | | Gets a map that contains attributes that aren't bound to any typed property on this class.
The value of the property |
setBufferRemaining | abstract public void setBufferRemaining(int value)(Code) | | Sets the BufferRemaining value
void |
setId | abstract public void setId(String id)(Code) | | Sets the Identifier
Parameters: id - |
|
|