Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.transport.openwire
Class OpenWireTransportServerChannelFactory  view OpenWireTransportServerChannelFactory download OpenWireTransportServerChannelFactory.java

java.lang.Object
  extended byorg.activemq.transport.openwire.OpenWireTransportServerChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportServerChannelFactory

public class OpenWireTransportServerChannelFactory
extends java.lang.Object
implements org.activemq.transport.TransportServerChannelFactory

An OpenWire transport factory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
OpenWireTransportServerChannelFactory()
           
 
Method Summary
 org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat, java.net.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

OpenWireTransportServerChannelFactory

public OpenWireTransportServerChannelFactory()
Method Detail

create

public org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat,
                                                            java.net.URI bindAddress)
                                                     throws javax.jms.JMSException
Description copied from interface: org.activemq.transport.TransportServerChannelFactory
Bind a ServerChannel to an address

Specified by:
create in interface org.activemq.transport.TransportServerChannelFactory