org.codehaus.activemq.transport.http
Class HttpTransportChannelFactory

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

public class HttpTransportChannelFactory
extends org.codehaus.activemq.transport.TransportChannelFactorySupport

Version:
$Revision: 1.2 $

Constructor Summary
HttpTransportChannelFactory()
           
 
Method Summary
protected  org.codehaus.activemq.io.TextWireFormat asTextWireFormat(org.codehaus.activemq.io.WireFormat wireFormat)
           
 org.codehaus.activemq.transport.TransportChannel create(org.codehaus.activemq.io.WireFormat wireFormat, URI remoteLocation)
           
 org.codehaus.activemq.transport.TransportChannel create(org.codehaus.activemq.io.WireFormat wireFormat, URI remoteLocation, URI localLocation)
           
 boolean 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

HttpTransportChannelFactory

public HttpTransportChannelFactory()
Method Detail

create

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

create

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

asTextWireFormat

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

requiresEmbeddedBroker

public boolean requiresEmbeddedBroker()


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