Class TransformerFactory
java.lang.Object
com.swiftmq.impl.amqp.amqp.v01_00_00.transformer.TransformerFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateInboundTransformer
(long messageFormat, String destination) createOutboundTransformer
(long messageFormat, String destination) toString()
-
Constructor Details
-
TransformerFactory
-
-
Method Details
-
createInboundTransformer
public InboundTransformer createInboundTransformer(long messageFormat, String destination) throws Exception - Throws:
Exception
-
createOutboundTransformer
public OutboundTransformer createOutboundTransformer(long messageFormat, String destination) throws Exception - Throws:
Exception
-
toString
-