org.codehaus.xfire.plexus.transport
Class PlexusTransportManager

java.lang.Object
  extended by org.codehaus.xfire.AbstractXFireComponent
      extended by org.codehaus.xfire.transport.DefaultTransportManager
          extended by org.codehaus.xfire.plexus.transport.PlexusTransportManager
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, RegistrationEventListener, TransportManager

public class PlexusTransportManager
extends DefaultTransportManager
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.transport.TransportManager
ROLE
 
Constructor Summary
PlexusTransportManager()
           
 
Method Summary
 void initialize()
           
 
Methods inherited from class org.codehaus.xfire.transport.DefaultTransportManager
disable, disableAll, enable, enableAll, getTransport, getTransports, initializeTransports, isEnabled, onRegister, onUnregister, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlexusTransportManager

public PlexusTransportManager()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Throws:
java.lang.Exception