Package org.apache.cxf.ws.rm
Class AbstractSequence
- java.lang.Object
-
- org.apache.cxf.ws.rm.AbstractSequence
-
- Direct Known Subclasses:
DestinationSequence
,SourceSequence
public abstract class AbstractSequence extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SequenceAcknowledgement
acknowledgement
protected Identifier
id
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSequence(Identifier i, ProtocolVariation p)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Identifier
getIdentifier()
ProtocolVariation
getProtocol()
int
hashCode()
static boolean
identifierEquals(Identifier id1, Identifier id2)
boolean
isAcknowledged(long m)
String
toString()
-
-
-
Field Detail
-
id
protected final Identifier id
-
acknowledgement
protected SequenceAcknowledgement acknowledgement
-
-
Constructor Detail
-
AbstractSequence
protected AbstractSequence(Identifier i, ProtocolVariation p)
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
- Returns:
- the sequence identifier
-
getProtocol
public ProtocolVariation getProtocol()
-
identifierEquals
public static boolean identifierEquals(Identifier id1, Identifier id2)
-
isAcknowledged
public boolean isAcknowledged(long m)
-
-