org.apache.activemq.transport.stomp
Class StompSslTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.tcp.SslTransportFactory
org.apache.activemq.transport.stomp.StompSslTransportFactory
- All Implemented Interfaces:
- BrokerServiceAware
public class StompSslTransportFactory
- extends SslTransportFactory
- implements BrokerServiceAware
A STOMP over SSL transport factory
- Version:
- $Revision: 645574 $
Methods inherited from class org.apache.activemq.transport.TransportFactory |
bind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, registerTransportFactory, serverConfigure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StompSslTransportFactory
public StompSslTransportFactory()
getDefaultWireFormatType
protected String getDefaultWireFormatType()
- Overrides:
getDefaultWireFormatType
in class TransportFactory
compositeConfigure
public Transport compositeConfigure(Transport transport,
WireFormat format,
Map options)
- Description copied from class:
SslTransportFactory
- Overriding to allow for proper configuration through reflection.
- Overrides:
compositeConfigure
in class SslTransportFactory
- Returns:
setBrokerService
public void setBrokerService(BrokerService brokerService)
- Specified by:
setBrokerService
in interface BrokerServiceAware
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.