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 IdentifierAbstractSequence. idMethods in org.apache.cxf.ws.rm that return Identifier Modifier and Type Method Description static IdentifierVersionTransformer. convert(Identifier exposed)Convert 200502 wsrm:Identifier with 200408 WS-Addressing namespace to internal form.static IdentifierVersionTransformer. convert(Identifier exposed)Convert 200502 wsrm:Identifier with 200508 WS-Addressing namespace to internal form.IdentifierAbstractEndpoint. generateSequenceIdentifier()Generates and returns a new sequence identifier.IdentifierSequenceIdentifierGenerator. generateSequenceIdentifier()IdentifierAbstractSequence. getIdentifier()IdentifierSourceSequence. getOfferingSequenceIdentifier()Methods in org.apache.cxf.ws.rm with parameters of type Identifier Modifier and Type Method Description static IdentifierVersionTransformer. convert200502(Identifier internal)Convert wsrm:Identifier to 200502 version with 200408 WS-Addressing namespace.static IdentifierVersionTransformer. convert200502wsa15(Identifier internal)Convert wsrm:Identifier to 200502 version with 200508 WS-Addressing namespace.abstract ElementEncoderDecoder. encodeIdentifier(Identifier id)Marshals an Identifier to the appropriate external form.ElementEncoderDecoder10AImpl. encodeIdentifier(Identifier id)ElementEncoderDecoder10Impl. encodeIdentifier(Identifier id)ElementEncoderDecoder11Impl. encodeIdentifier(Identifier id)DestinationSequenceDestination. getSequence(Identifier id)SourceSequenceRMManager. getSequence(Identifier inSeqId, Message message, AddressingProperties maps)SourceSequenceSource. getSequence(Identifier id)static booleanAbstractSequence. identifierEquals(Identifier id1, Identifier id2)longSourceSequence. nextMessageNumber(Identifier inSeqId, long inMsgNumber, boolean last)Returns the next message number and increases the message number.booleanSourceSequence. 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.voidSequenceFault. 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 DestinationSequenceRMStore. 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.SourceSequenceRMStore. getSourceSequence(Identifier seq)Retrieve the source sequence with the specified identifier from persistent store.voidRMStore. removeDestinationSequence(Identifier seq)Remove the destination sequence with the specified identifier from persistent store.voidRMStore. 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.voidRMStore. 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 DestinationSequenceRMTxStore. getDestinationSequence(Identifier sid)Collection<RMMessage>RMTxStore. getMessages(Identifier sid, boolean outbound)SourceSequenceRMTxStore. getSourceSequence(Identifier sid)voidRMTxStore. removeDestinationSequence(Identifier sid)voidRMTxStore. removeMessages(Identifier sid, Collection<Long> messageNrs, boolean outbound)voidRMTxStore. removeSourceSequence(Identifier sid)protected voidRMTxStore. storeMessage(Connection con, Identifier sid, RMMessage msg, boolean outbound)protected voidRMTxStore. 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 IdentifierAckRequestedType. identifierprotected IdentifierCloseSequenceResponseType. identifierprotected IdentifierCloseSequenceType. identifierprotected IdentifierCreateSequenceResponseType. identifierprotected IdentifierOfferType. identifierprotected IdentifierSequenceAcknowledgement. identifierprotected IdentifierSequenceType. identifierprotected IdentifierTerminateSequenceResponseType. identifierprotected IdentifierTerminateSequenceType. identifierMethods in org.apache.cxf.ws.rm.v200702 that return Identifier Modifier and Type Method Description IdentifierObjectFactory. createIdentifier()Create an instance ofIdentifierIdentifierAckRequestedType. getIdentifier()Gets the value of the identifier property.IdentifierCloseSequenceResponseType. getIdentifier()Gets the value of the identifier property.IdentifierCloseSequenceType. getIdentifier()Gets the value of the identifier property.IdentifierCreateSequenceResponseType. getIdentifier()Gets the value of the identifier property.IdentifierOfferType. getIdentifier()Gets the value of the identifier property.IdentifierSequenceAcknowledgement. getIdentifier()Gets the value of the identifier property.IdentifierSequenceType. getIdentifier()Gets the value of the identifier property.IdentifierTerminateSequenceResponseType. getIdentifier()Gets the value of the identifier property.IdentifierTerminateSequenceType. 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 voidAckRequestedType. setIdentifier(Identifier value)Sets the value of the identifier property.voidCloseSequenceResponseType. setIdentifier(Identifier value)Sets the value of the identifier property.voidCloseSequenceType. setIdentifier(Identifier value)Sets the value of the identifier property.voidCreateSequenceResponseType. setIdentifier(Identifier value)Sets the value of the identifier property.voidOfferType. setIdentifier(Identifier value)Sets the value of the identifier property.voidSequenceAcknowledgement. setIdentifier(Identifier value)Sets the value of the identifier property.voidSequenceType. setIdentifier(Identifier value)Sets the value of the identifier property.voidTerminateSequenceResponseType. setIdentifier(Identifier value)Sets the value of the identifier property.voidTerminateSequenceType. setIdentifier(Identifier value)Sets the value of the identifier property.
-