org.activemq.transport.https
Class HttpsTransportChannelFactory

java.lang.Object
  extended byorg.activemq.transport.TransportChannelFactorySupport
      extended byorg.activemq.transport.http.HttpTransportChannelFactory
          extended byorg.activemq.transport.https.HttpsTransportChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportChannelFactory

public class HttpsTransportChannelFactory
extends HttpTransportChannelFactory


Constructor Summary
HttpsTransportChannelFactory()
           
 
Method Summary
 org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, URI remoteLocation)
           
 org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, URI remoteLocation, URI localLocation)
           
 
Methods inherited from class org.activemq.transport.http.HttpTransportChannelFactory
asTextWireFormat, 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

HttpsTransportChannelFactory

public HttpsTransportChannelFactory()
Method Detail

create

public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
                                                      URI remoteLocation)
                                               throws JMSException
Specified by:
create in interface org.activemq.transport.TransportChannelFactory
Overrides:
create in class HttpTransportChannelFactory
Throws:
JMSException

create

public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
                                                      URI remoteLocation,
                                                      URI localLocation)
                                               throws JMSException
Specified by:
create in interface org.activemq.transport.TransportChannelFactory
Overrides:
create in class HttpTransportChannelFactory
Throws:
JMSException


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