org.activemq.transport
Interface TransportServerChannelFactory
- All Known Implementing Classes:
- ActiveIOTransportServerChannelFactory, JabberTransportServerChannelFactory, MulticastTransportServerChannelFactory, SfTransportServerChannelFactory, StompTransportServerChannelFactory, TcpTransportServerChannelFactory, UdpTransportServerChannelFactory, VmTransportServerChannelFactory
- public interface TransportServerChannelFactory
A TransportServerChannel is used for accepting connections from TransportChannels
- Version:
- $Revision: 1.1.1.1 $
create
public TransportServerChannel create(WireFormat wireFormat,
java.net.URI bindAddress)
throws javax.jms.JMSException
- Bind a ServerChannel to an address
- Parameters:
wireFormat
- bindAddress
-
- Returns:
- the TransportChannel bound to the remote node
- Throws:
javax.jms.JMSException
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.