org.activemq.transport.ssl
Class SslTransportChannelFactory

java.lang.Object
  extended by org.activemq.transport.TransportChannelFactorySupport
      extended by org.activemq.transport.tcp.TcpTransportChannelFactory
          extended by org.activemq.transport.tcp.SfTransportChannelFactory
              extended by org.activemq.transport.ssl.SslTransportChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportChannelFactory

public class SslTransportChannelFactory
extends org.activemq.transport.tcp.SfTransportChannelFactory

An SSL implementation of a TransportChannelFactory

Version:
$Revision$

Constructor Summary
SslTransportChannelFactory()
           
SslTransportChannelFactory(SSLSocketFactory socketFactory)
           
 
Method Summary
 
Methods inherited from class org.activemq.transport.tcp.SfTransportChannelFactory
create, create, createSocket, createSocket
 
Methods inherited from class org.activemq.transport.tcp.TcpTransportChannelFactory
requiresEmbeddedBroker
 
Methods inherited from class org.activemq.transport.TransportChannelFactorySupport
populateProperties, populateProperties, populateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslTransportChannelFactory

public SslTransportChannelFactory()

SslTransportChannelFactory

public SslTransportChannelFactory(SSLSocketFactory socketFactory)


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.