org.activemq.transport.http
Class HttpTransportChannelFactory

java.lang.Object
  extended by org.activemq.transport.TransportChannelFactorySupport
      extended by org.activemq.transport.http.HttpTransportChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportChannelFactory
Direct Known Subclasses:
HttpsTransportChannelFactory

public class HttpTransportChannelFactory
extends org.activemq.transport.TransportChannelFactorySupport

Version:
$Revision$

Constructor Summary
HttpTransportChannelFactory()
           
 
Method Summary
protected  org.activemq.io.TextWireFormat asTextWireFormat(org.activemq.io.WireFormat wireFormat)
           
 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)
           
 boolean 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

HttpTransportChannelFactory

public HttpTransportChannelFactory()
Method Detail

create

public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
                                                      URI remoteLocation)
                                               throws JMSException
Throws:
JMSException

create

public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
                                                      URI remoteLocation,
                                                      URI localLocation)
                                               throws JMSException
Throws:
JMSException

asTextWireFormat

protected org.activemq.io.TextWireFormat asTextWireFormat(org.activemq.io.WireFormat wireFormat)

requiresEmbeddedBroker

public boolean requiresEmbeddedBroker()


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