org.codehaus.activemq.transport.ssl
Class SslTransportChannelFactory

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

public class SslTransportChannelFactory
extends SfTransportChannelFactory

An SSL implementation of a TransportChannelFactory

Version:
$Revision: 1.4 $

Constructor Summary
SslTransportChannelFactory()
           
SslTransportChannelFactory(SSLSocketFactory socketFactory)
           
 
Methods inherited from class org.codehaus.activemq.transport.tcp.SfTransportChannelFactory
create, create, createSocket, createSocket
 
Methods inherited from class org.codehaus.activemq.transport.tcp.TcpTransportChannelFactory
requiresEmbeddedBroker
 
Methods inherited from class org.codehaus.activemq.transport.TransportChannelFactorySupport
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 Protique, Ltd.. All Rights Reserved.