com.atomikos.icatch.jaxb.atomikos.v200510
Class AtomikosJaxbSenderPort
java.lang.Object
com.atomikos.icatch.jaxb.atomikos.v200510.AtomikosJaxbSenderPort
- All Implemented Interfaces:
- SenderPort
public class AtomikosJaxbSenderPort
- extends Object
- implements SenderPort
A sender strategy for the Axis transport.
By factoring the sending logic out, the transport can be
initialized by the core, without requiring JAXWS classes
in the core classpath. This facilitates integration into
other appservers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomikosJaxbSenderPort
public AtomikosJaxbSenderPort(HttpTransport transport)
send
public void send(TransactionMessage msg)
throws TransportException,
IllegalMessageTypeException
- Description copied from interface:
SenderPort
- Sends the given message.
- Specified by:
send
in interface SenderPort
- Throws:
TransportException
IllegalMessageTypeException
- See Also:
AbstractTransport.send(com.atomikos.icatch.msg.TransactionMessage)
Copyright © 2012. All Rights Reserved.