org.codehaus.activemq.transport
Class TransportChannelFactorySupport

java.lang.Object
  extended byorg.codehaus.activemq.transport.TransportChannelFactorySupport
All Implemented Interfaces:
TransportChannelFactory
Direct Known Subclasses:
CompositeTransportChannelFactory, MulticastTransportChannelFactory, PeerTransportChannelFactory, TcpTransportChannelFactory, UdpTransportChannelFactory, VmTransportChannelFactory

public abstract class TransportChannelFactorySupport
extends Object
implements TransportChannelFactory

Useful for implementation inheritence

Version:
$Revision: 1.1 $

Constructor Summary
TransportChannelFactorySupport()
           
 
Method Summary
protected  TransportChannel populateProperties(TransportChannel channel, URI uri)
          If a query string is present in the URI then set any simple bean properties on the channel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.activemq.transport.TransportChannelFactory
create, create, requiresEmbeddedBroker
 

Constructor Detail

TransportChannelFactorySupport

public TransportChannelFactorySupport()
Method Detail

populateProperties

protected TransportChannel populateProperties(TransportChannel channel,
                                              URI uri)
If a query string is present in the URI then set any simple bean properties on the channel



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