org.codehaus.xfire.loom.transport
Class LoomTransportManager

java.lang.Object
  extended by org.codehaus.xfire.transport.DefaultTransportManager
      extended by org.codehaus.xfire.loom.transport.LoomTransportManager
All Implemented Interfaces:
TransportManager

public class LoomTransportManager
extends DefaultTransportManager

Author:
peter royal

Field Summary
 
Fields inherited from interface org.codehaus.xfire.transport.TransportManager
ROLE
 
Constructor Summary
LoomTransportManager()
           
 
Method Summary
 void initialize()
          Initializes transports for each service.
 
Methods inherited from class org.codehaus.xfire.transport.DefaultTransportManager
dispose, getTransport, getTransportForUri, getTransports, getTransportsForUri, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoomTransportManager

public LoomTransportManager()
Method Detail

initialize

public void initialize()
Description copied from class: DefaultTransportManager
Initializes transports for each service. This also registers a LocalTransport and DeadLetterTransport.

Overrides:
initialize in class DefaultTransportManager


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.