Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence |
Modifier and Type | Field and Description |
---|---|
protected SequenceAcknowledgement |
AbstractSequence.acknowledgement |
Modifier and Type | Method and Description |
---|---|
SequenceAcknowledgement |
ObjectFactory.createSequenceAcknowledgement()
Create an instance of
SequenceAcknowledgement |
SequenceAcknowledgement |
DestinationSequence.getAcknowledgment() |
Modifier and Type | Method and Description |
---|---|
Collection<SequenceAcknowledgement> |
RMProperties.getAcks() |
Modifier and Type | Method and Description |
---|---|
void |
SourceSequence.setAcknowledged(SequenceAcknowledgement a)
Used by the RM source to cache received acknowledgements for this
sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
RMProperties.setAcks(Collection<SequenceAcknowledgement> a) |
Constructor and Description |
---|
DestinationSequence(Identifier i,
EndpointReferenceType a,
long lmn,
SequenceAcknowledgement ac) |
Modifier and Type | Method and Description |
---|---|
SequenceAcknowledgement |
PersistenceUtils.deserialiseAcknowledgment(InputStream is) |
Modifier and Type | Method and Description |
---|---|
InputStream |
PersistenceUtils.serialiseAcknowledgment(SequenceAcknowledgement ack) |
Apache CXF