|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.rm.protocol.AbstractSequenceAcknowledgement
public abstract class AbstractSequenceAcknowledgement
This is the base class for the implementations of SequenceAcknowledgementElement
based on the
two versions of the RM specification
Constructor Summary | |
---|---|
AbstractSequenceAcknowledgement()
|
Method Summary | |
---|---|
abstract void |
addAckRange(long lower,
long upper)
|
abstract void |
addNack(long index)
|
protected abstract java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property representing extensibility elements |
protected abstract int |
getBufferRemaining()
Gets the BufferRemaining value |
protected abstract java.lang.String |
getId()
Gets the identifier associated with the Sequence |
protected abstract java.util.List<java.math.BigInteger> |
getNack()
Gets the value of the nack property. |
protected abstract java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
abstract void |
setBufferRemaining(int value)
Sets the BufferRemaining value |
abstract void |
setId(java.lang.String id)
Sets the Identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSequenceAcknowledgement()
Method Detail |
---|
protected abstract java.util.List<java.math.BigInteger> getNack()
protected abstract java.util.List<java.lang.Object> getAny()
protected abstract java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
public abstract void setId(java.lang.String id)
id
- protected abstract java.lang.String getId()
protected abstract int getBufferRemaining()
public abstract void setBufferRemaining(int value)
public abstract void addAckRange(long lower, long upper)
public abstract void addNack(long index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |