canSend(EndpointReferenceType to) A outgoing out-of-band protocol message cannot be sent if from the server
side if the target (e.g.
protected boolean
canSend(org.objectweb.celtix.ws.addressing.EndpointReferenceType to) A outgoing out-of-band protocol message cannot be sent if from the server
side if the target (e.g.
public void
createSequence(RMSource source, org.objectweb.celtix.ws.addressing.EndpointReferenceType to, EndpointReferenceType acksTo, RelatesToType relatesTo)
Send a standalone SequenceAcknowledgement message for the given sequence.
Parameters: seq - the sequence for which an acknowledgment is to be sent. throws: IOException -
A outgoing out-of-band protocol message cannot be sent if from the server
side if the target (e.g. the AcksTo address) is anonymous.
Parameters: to - the target EPR true if the message may be sent
A outgoing out-of-band protocol message cannot be sent if from the server
side if the target (e.g. the AcksTo address) is anonymous.
Parameters: to - the target EPR true if the message may be sent
createSequence
public void createSequence(RMSource source, org.objectweb.celtix.ws.addressing.EndpointReferenceType to, EndpointReferenceType acksTo, RelatesToType relatesTo) throws IOException, SequenceFault(Code)
This is required as the resource injected transport may be shutdown already
(e.g. for LastMessage or TerminateSequence messages originating from
BusLifeCycleListener.preShutdown()).
Send a standalone LastMessage message for the given sequence.
Parameters: seq - the sequence for which the last message is to be sent. throws: IOException -
Send a standalone message requesting acknowledgments for the
given sequences.
Parameters: seqs - the sequences for which acknowledgments are requested. throws: IOException -