org.activemq.transport.https
Class HttpsTransportChannelFactory
java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
org.activemq.transport.http.HttpTransportChannelFactory
org.activemq.transport.https.HttpsTransportChannelFactory
- All Implemented Interfaces:
- org.activemq.transport.TransportChannelFactory
- public class HttpsTransportChannelFactory
- extends HttpTransportChannelFactory
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.TransportChannelFactorySupport |
populateProperties, populateProperties, populateProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpsTransportChannelFactory
public HttpsTransportChannelFactory()
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.