org.apache.activemq.transport.stomp
Class StompWireFormatFactory

java.lang.Object
  extended by org.apache.activemq.transport.stomp.StompWireFormatFactory
All Implemented Interfaces:
WireFormatFactory

public class StompWireFormatFactory
extends java.lang.Object
implements WireFormatFactory

Creates WireFormat objects that marshalls the Stomp protocol.


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

Constructor Detail

StompWireFormatFactory

public StompWireFormatFactory()
Method Detail

createWireFormat

public WireFormat createWireFormat()
Specified by:
createWireFormat in interface WireFormatFactory


Copyright © 2005-2012. All Rights Reserved.