org.apache.activemq.transport.stomp
Class StompTransportFactory

java.lang.Object
  extended by org.apache.activemq.transport.TransportFactory
      extended by org.apache.activemq.transport.tcp.TcpTransportFactory
          extended by org.apache.activemq.transport.stomp.StompTransportFactory
All Implemented Interfaces:
BrokerServiceAware

public class StompTransportFactory
extends TcpTransportFactory
implements BrokerServiceAware

A STOMP transport factory


Constructor Summary
StompTransportFactory()
           
 
Method Summary
 Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
           
protected  Transport createInactivityMonitor(Transport transport, WireFormat format)
           
protected  java.lang.String getDefaultWireFormatType()
           
 Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options)
           
 void setBrokerService(BrokerService brokerService)
           
 
Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createServerSocketFactory, createSocketFactory, createTcpTransport, createTcpTransportServer, createTransport, doBind, isUseInactivityMonitor
 
Methods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StompTransportFactory

public StompTransportFactory()
Method Detail

getDefaultWireFormatType

protected java.lang.String getDefaultWireFormatType()
Overrides:
getDefaultWireFormatType in class TransportFactory

compositeConfigure

public Transport compositeConfigure(Transport transport,
                                    WireFormat format,
                                    java.util.Map options)
Overrides:
compositeConfigure in class TcpTransportFactory

setBrokerService

public void setBrokerService(BrokerService brokerService)
Specified by:
setBrokerService in interface BrokerServiceAware

serverConfigure

public Transport serverConfigure(Transport transport,
                                 WireFormat format,
                                 java.util.HashMap options)
                          throws java.lang.Exception
Overrides:
serverConfigure in class TransportFactory
Throws:
java.lang.Exception

createInactivityMonitor

protected Transport createInactivityMonitor(Transport transport,
                                            WireFormat format)
Overrides:
createInactivityMonitor in class TcpTransportFactory


Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.