org.activemq.transport.http
Class HttpTransportChannelFactory
java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
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$
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 |
HttpTransportChannelFactory
public HttpTransportChannelFactory()
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-2008 Protique, Ltd.. All Rights Reserved.