org.apache.activemq.transport.amqp
Class AmqpWireFormatFactory

java.lang.Object
  extended by org.apache.activemq.transport.amqp.AmqpWireFormatFactory
All Implemented Interfaces:
org.apache.activemq.wireformat.WireFormatFactory

public class AmqpWireFormatFactory
extends Object
implements org.apache.activemq.wireformat.WireFormatFactory

Creates WireFormat objects that marshalls the Stomp protocol.


Constructor Summary
AmqpWireFormatFactory()
           
 
Method Summary
 org.apache.activemq.wireformat.WireFormat createWireFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmqpWireFormatFactory

public AmqpWireFormatFactory()
Method Detail

createWireFormat

public org.apache.activemq.wireformat.WireFormat createWireFormat()
Specified by:
createWireFormat in interface org.apache.activemq.wireformat.WireFormatFactory


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.