org.activemq.transport.https
Class HttpsTransportConnectorFactory

java.lang.Object
  extended by org.activemq.transport.http.HttpTransportConnectorFactory
      extended by org.activemq.transport.https.HttpsTransportConnectorFactory
All Implemented Interfaces:
org.activemq.transport.TransportServerChannelFactory

public class HttpsTransportConnectorFactory
extends HttpTransportConnectorFactory


Constructor Summary
HttpsTransportConnectorFactory()
           
 
Method Summary
 org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat, URI bindAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsTransportConnectorFactory

public HttpsTransportConnectorFactory()
Method Detail

create

public org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat,
                                                            URI bindAddress)
                                                     throws JMSException
Specified by:
create in interface org.activemq.transport.TransportServerChannelFactory
Overrides:
create in class HttpTransportConnectorFactory
Throws:
JMSException


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