Apache CXF API

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

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

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

Fields in org.apache.cxf.ws.rm declared as Identifier
protected  Identifier AbstractSequence.id
           
 

Methods in org.apache.cxf.ws.rm that return Identifier
static Identifier VersionTransformer.convert(Identifier exposed)
          Convert 200502 wsrm:Identifier with 200508 WS-Addressing namespace to internal form.
static Identifier VersionTransformer.convert(Identifier exposed)
          Convert 200502 wsrm:Identifier with 200408 WS-Addressing namespace to internal form.
 Identifier AbstractEndpoint.generateSequenceIdentifier()
          Generates and returns a new sequence identifier.
 Identifier SequenceIdentifierGenerator.generateSequenceIdentifier()
           
 Identifier AbstractSequence.getIdentifier()
           
 Identifier SourceSequence.getOfferingSequenceIdentifier()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type Identifier
static Identifier VersionTransformer.convert200502(Identifier internal)
          Convert wsrm:Identifier to 200502 version with 200408 WS-Addressing namespace.
static Identifier VersionTransformer.convert200502wsa15(Identifier internal)
          Convert wsrm:Identifier to 200502 version with 200508 WS-Addressing namespace.
 Element EncoderDecoder11Impl.encodeIdentifier(Identifier id)
           
 Element EncoderDecoder10Impl.encodeIdentifier(Identifier id)
           
 Element EncoderDecoder10AImpl.encodeIdentifier(Identifier id)
           
 Element EncoderDecoder.encodeIdentifier(Identifier id)
          Marshals an Identifier to the appropriate external form.
 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 SequenceFault.setDetail(Identifier d)
          Set detail content as Identifier.
 

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

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, ProtocolVariation protocol)
          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, ProtocolVariation protocol)
          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, ProtocolVariation protocol)
           
 Collection<RMMessage> RMTxStore.getMessages(Identifier sid, boolean outbound)
           
 SourceSequence RMTxStore.getSourceSequence(Identifier sid, ProtocolVariation protocol)
           
 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)
           
 

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

Fields in org.apache.cxf.ws.rm.v200702 declared as Identifier
protected  Identifier TerminateSequenceResponseType.identifier
           
protected  Identifier TerminateSequenceType.identifier
           
protected  Identifier SequenceAcknowledgement.identifier
           
protected  Identifier AckRequestedType.identifier
           
protected  Identifier SequenceType.identifier
           
protected  Identifier CloseSequenceResponseType.identifier
           
protected  Identifier CloseSequenceType.identifier
           
protected  Identifier CreateSequenceResponseType.identifier
           
protected  Identifier OfferType.identifier
           
 

Methods in org.apache.cxf.ws.rm.v200702 that return Identifier
 Identifier ObjectFactory.createIdentifier()
          Create an instance of Identifier
 Identifier TerminateSequenceResponseType.getIdentifier()
          Gets the value of the identifier property.
 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 CloseSequenceResponseType.getIdentifier()
          Gets the value of the identifier property.
 Identifier CloseSequenceType.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.
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type Identifier
 void TerminateSequenceResponseType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 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 CloseSequenceResponseType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CloseSequenceType.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.
 


Apache CXF API

Apache CXF