org.activemq.transport.jabber
Class JabberTransportServerChannelFactory

java.lang.Object
  extended byorg.activemq.transport.jabber.JabberTransportServerChannelFactory
All Implemented Interfaces:
TransportServerChannelFactory

public class JabberTransportServerChannelFactory
extends Object
implements TransportServerChannelFactory

A JAbber transport factory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
JabberTransportServerChannelFactory()
           
 
Method Summary
 TransportServerChannel create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JabberTransportServerChannelFactory

public JabberTransportServerChannelFactory()
Method Detail

create

public TransportServerChannel create(WireFormat wireFormat,
                                     URI bindAddress)
                              throws JMSException
Description copied from interface: TransportServerChannelFactory
Bind a ServerChannel to an address

Specified by:
create in interface TransportServerChannelFactory
Parameters:
wireFormat -
bindAddress -
Returns:
the TransportChannel bound to the remote node
Throws:
JMSException


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