com.atomikos.icatch.jaxb.atomikos.v200510
Class AtomikosJaxbSenderPort

java.lang.Object
  extended by 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.


Constructor Summary
AtomikosJaxbSenderPort(HttpTransport transport)
           
 
Method Summary
 void send(TransactionMessage msg)
          Sends the given message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomikosJaxbSenderPort

public AtomikosJaxbSenderPort(HttpTransport transport)
Method Detail

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.