public abstract class AbstractSequence extends Object
Modifier and Type | Field and Description |
---|---|
protected SequenceAcknowledgement |
acknowledgement |
protected Identifier |
id |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSequence(Identifier i) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Identifier |
getIdentifier() |
int |
hashCode() |
static boolean |
identifierEquals(Identifier id1,
Identifier id2) |
boolean |
isAcknowledged(long m) |
String |
toString() |
protected final Identifier id
protected SequenceAcknowledgement acknowledgement
protected AbstractSequence(Identifier i)
public Identifier getIdentifier()
public static boolean identifierEquals(Identifier id1, Identifier id2)
public boolean isAcknowledged(long m)
Apache CXF