Uses of Class
org.apache.cxf.ws.rm.v200702.Identifier
-
Packages that use Identifier Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.persistence org.apache.cxf.ws.rm.persistence.jdbc org.apache.cxf.ws.rm.v200702 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Identifier in org.apache.cxf.ws.rm
Fields in org.apache.cxf.ws.rm declared as Identifier Modifier and Type Field Description protected Identifier
AbstractSequence. id
Methods in org.apache.cxf.ws.rm that return Identifier Modifier and Type Method Description static Identifier
VersionTransformer. convert(Identifier exposed)
Convert 200502 wsrm:Identifier with 200408 WS-Addressing namespace to internal form.static Identifier
VersionTransformer. convert(Identifier exposed)
Convert 200502 wsrm:Identifier with 200508 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 Modifier and Type Method Description 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.abstract Element
EncoderDecoder. encodeIdentifier(Identifier id)
Marshals an Identifier to the appropriate external form.Element
EncoderDecoder10AImpl. encodeIdentifier(Identifier id)
Element
EncoderDecoder10Impl. encodeIdentifier(Identifier id)
Element
EncoderDecoder11Impl. encodeIdentifier(Identifier id)
DestinationSequence
Destination. getSequence(Identifier id)
SourceSequence
RMManager. getSequence(Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps)
SourceSequence
Source. getSequence(Identifier id)
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 Constructor Description AbstractSequence(Identifier i, ProtocolVariation p)
DestinationSequence(Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, long lmn, boolean t, SequenceAcknowledgement ac, ProtocolVariation pv)
DestinationSequence(Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, long lmn, SequenceAcknowledgement ac, ProtocolVariation pv)
DestinationSequence(Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, Destination d, 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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(Connection con, Identifier sid, RMMessage msg, boolean outbound)
protected void
RMTxStore. storeMessage(Identifier sid, RMMessage msg, boolean outbound)
this method is only useful when keepConnection is set to true -
Uses of Identifier in org.apache.cxf.ws.rm.v200702
Fields in org.apache.cxf.ws.rm.v200702 declared as Identifier Modifier and Type Field Description protected Identifier
AckRequestedType. identifier
protected Identifier
CloseSequenceResponseType. identifier
protected Identifier
CloseSequenceType. identifier
protected Identifier
CreateSequenceResponseType. identifier
protected Identifier
OfferType. identifier
protected Identifier
SequenceAcknowledgement. identifier
protected Identifier
SequenceType. identifier
protected Identifier
TerminateSequenceResponseType. identifier
protected Identifier
TerminateSequenceType. identifier
Methods in org.apache.cxf.ws.rm.v200702 that return Identifier Modifier and Type Method Description Identifier
ObjectFactory. createIdentifier()
Create an instance ofIdentifier
Identifier
AckRequestedType. 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.Identifier
SequenceAcknowledgement. getIdentifier()
Gets the value of the identifier property.Identifier
SequenceType. getIdentifier()
Gets the value of the identifier property.Identifier
TerminateSequenceResponseType. getIdentifier()
Gets the value of the identifier property.Identifier
TerminateSequenceType. getIdentifier()
Gets the value of the identifier property.Methods in org.apache.cxf.ws.rm.v200702 with parameters of type Identifier Modifier and Type Method Description void
AckRequestedType. 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.void
SequenceAcknowledgement. setIdentifier(Identifier value)
Sets the value of the identifier property.void
SequenceType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
TerminateSequenceResponseType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
TerminateSequenceType. setIdentifier(Identifier value)
Sets the value of the identifier property.
-