com.atomikos.icatch.msg
Interface SenderPort
- All Known Implementing Classes:
- AtomikosJaxbSenderPort, WsatJaxbSenderPort
public interface SenderPort
This interface allows the transport to be agnostic of how to send messages.
Needed to separate the core from the actual implementation classes.
send
void send(TransactionMessage msg)
throws TransportException,
IllegalMessageTypeException
- Sends the given message.
- Parameters:
msg
-
- Throws:
TransportException
IllegalMessageTypeException
Copyright © 2012. All Rights Reserved.