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 $

Method Summary
 TransportServerChannel create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 

Method Detail

create

TransportServerChannel create(WireFormat wireFormat,
                              URI bindAddress)
                              throws JMSException
Bind a ServerChannel to an address

Parameters:
wireFormat -
bindAddress -
Returns:
the TransportChannel bound to the remote node
Throws:
JMSException


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