activate(ServerTransportCallback callback) activate the server transport, involves starting listeners or creating of message queues.
void
deactivate() deactivate the server transport, involves stopping the listeners or message queues.
subsequently the transport could be activated using activate call.
rebase(MessageContext context, EndpointReferenceType decoupledResponseEndpoint) Rebase the InputStreamMessageContext on an alternative response destination.
activate the server transport, involves starting listeners or creating of message queues.
Parameters: callback - - The call back object that the transport calls when there is a message to dispatch
Rebase the InputStreamMessageContext on an alternative response destination.
Parameters: context - the MessageContext Parameters: decoupledResponseEndpoint - the decoupled response endpoint Parameters: an - output stream message context for the original channel throws: IOException - If there is an error creating the context.