org.projectodd.stilts.conduit.xa
Class PseudoXAMessageConduitFactory
java.lang.Object
org.projectodd.stilts.conduit.xa.PseudoXAMessageConduitFactory
- All Implemented Interfaces:
- MessageConduitFactory, XAMessageConduitFactory
public class PseudoXAMessageConduitFactory
- extends Object
- implements XAMessageConduitFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PseudoXAMessageConduitFactory
public PseudoXAMessageConduitFactory(MessageConduitFactory factory)
createMessageConduit
public MessageConduit createMessageConduit(AcknowledgeableMessageSink messageSink,
Headers headers)
throws Exception
- Specified by:
createMessageConduit
in interface MessageConduitFactory
- Throws:
Exception
createXAMessageConduit
public XAMessageConduit createXAMessageConduit(AcknowledgeableMessageSink messageSink,
Headers headers)
throws Exception
- Specified by:
createXAMessageConduit
in interface XAMessageConduitFactory
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.