Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.Identifier

Packages that use Identifier
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.persistence   
org.apache.cxf.ws.rm.persistence.jdbc   
 

Uses of Identifier in org.apache.cxf.ws.rm
 

Fields in org.apache.cxf.ws.rm declared as Identifier
protected  Identifier AbstractSequence.id
           
protected  Identifier TerminateSequenceType.identifier
           
protected  Identifier SequenceAcknowledgement.identifier
           
protected  Identifier AckRequestedType.identifier
           
protected  Identifier SequenceType.identifier
           
protected  Identifier CreateSequenceResponseType.identifier
           
protected  Identifier OfferType.identifier
           
 

Methods in org.apache.cxf.ws.rm that return Identifier
 Identifier ObjectFactory.createIdentifier()
          Create an instance of Identifier
 Identifier AbstractEndpoint.generateSequenceIdentifier()
          Generates and returns a new sequence identifier.
 Identifier SequenceIdentifierGenerator.generateSequenceIdentifier()
           
 Identifier AbstractSequence.getIdentifier()
           
 Identifier TerminateSequenceType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceAcknowledgement.getIdentifier()
          Gets the value of the identifier property.
 Identifier AckRequestedType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceType.getIdentifier()
          Gets the value of the identifier property.
 Identifier CreateSequenceResponseType.getIdentifier()
          Gets the value of the identifier property.
 Identifier OfferType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SourceSequence.getOfferingSequenceIdentifier()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type Identifier
 DestinationSequence Destination.getSequence(Identifier id)
           
 SourceSequence Source.getSequence(Identifier id)
           
 SourceSequence RMManager.getSequence(Identifier inSeqId, Message message, AddressingProperties maps)
           
static boolean AbstractSequence.identifierEquals(Identifier id1, Identifier id2)
           
 long SourceSequence.nextMessageNumber(Identifier inSeqId, long inMsgNumber, boolean last)
          Returns the next message number and increases the message number.
 boolean SourceSequence.offeredBy(Identifier sid)
          Returns true if this sequence was constructed from an offer for an inbound sequence includes in the CreateSequenceRequest in response to which the sequence with the specified identifier was created.
 void TerminateSequenceType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceAcknowledgement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void AckRequestedType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CreateSequenceResponseType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void OfferType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 

Constructors in org.apache.cxf.ws.rm with parameters of type Identifier
AbstractSequence(Identifier i)
           
DestinationSequence(Identifier i, EndpointReferenceType a, Destination d)
           
DestinationSequence(Identifier i, EndpointReferenceType a, long lmn, SequenceAcknowledgement ac)
           
SourceSequence(Identifier i)
           
SourceSequence(Identifier i, Date e, Identifier oi)
           
SourceSequence(Identifier i, Date e, Identifier oi, long cmn, boolean lm)
           
 

Uses of Identifier in org.apache.cxf.ws.rm.persistence
 

Methods in org.apache.cxf.ws.rm.persistence with parameters of type Identifier
 DestinationSequence RMStore.getDestinationSequence(Identifier seq)
          Retrieve the destination sequence with the specified identifier from persistent store.
 Collection<RMMessage> RMStore.getMessages(Identifier sid, boolean outbound)
          Retrieves the outbound/inbound messages stored for the source/destination sequence with the given identifier.
 SourceSequence RMStore.getSourceSequence(Identifier seq)
          Retrieve the source sequence with the specified identifier from persistent store.
 void RMStore.removeDestinationSequence(Identifier seq)
          Remove the destination sequence with the specified identifier from persistent store.
 void RMStore.removeMessages(Identifier sid, Collection<Long> messageNrs, boolean outbound)
          Removes the messages with the given message numbers and identifiers from the store of outbound/inbound messages.
 void RMStore.removeSourceSequence(Identifier seq)
          Remove the source sequence with the specified identifier from persistent store.
 

Uses of Identifier in org.apache.cxf.ws.rm.persistence.jdbc
 

Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type Identifier
 DestinationSequence RMTxStore.getDestinationSequence(Identifier sid)
           
 Collection<RMMessage> RMTxStore.getMessages(Identifier sid, boolean outbound)
           
 SourceSequence RMTxStore.getSourceSequence(Identifier sid)
           
 void RMTxStore.removeDestinationSequence(Identifier sid)
           
 void RMTxStore.removeMessages(Identifier sid, Collection<Long> messageNrs, boolean outbound)
           
 void RMTxStore.removeSourceSequence(Identifier sid)
           
protected  void RMTxStore.storeMessage(Identifier sid, RMMessage msg, boolean outbound)
           
 


Apache CXF API

Apache CXF