org.activemq.transport
Class TransportChannelFactorySupport
java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
- All Implemented Interfaces:
- TransportChannelFactory
- Direct Known Subclasses:
- ActiveIOTransportChannelFactory, CompositeTransportChannelFactory, JabberTransportChannelFactory, MulticastTransportChannelFactory, PeerTransportChannelFactory, StompTransportChannelFactory, TcpTransportChannelFactory, UdpTransportChannelFactory, VmTransportChannelFactory
public abstract class TransportChannelFactorySupport
- extends Object
- implements TransportChannelFactory
Useful for implementation inheritence
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportChannelFactorySupport
public TransportChannelFactorySupport()
populateProperties
protected TransportChannel populateProperties(TransportChannel channel,
URI uri)
throws JMSException
- If a query string is present in the URI then set any simple bean properties on the channel
- Parameters:
channel
- uri
-
- Returns:
- the channel, with properties set
- Throws:
JMSException
populateProperties
protected TransportChannel populateProperties(TransportChannel channel,
String uri)
throws JMSException
- If a query string is present in the URI then set any simple bean properties on the channel
- Parameters:
channel
- uri
-
- Returns:
- the channel, with properties set
- Throws:
JMSException
populateProperties
protected TransportChannel populateProperties(TransportChannel channel,
Map properties)
throws JMSException
- Throws:
JMSException
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.