org.codehaus.xfire.plexus
Class PlexusXFire

java.lang.Object
  extended by org.codehaus.xfire.AbstractXFireComponent
      extended by org.codehaus.xfire.DefaultXFire
          extended by org.codehaus.xfire.plexus.PlexusXFire
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable, XFire

public class PlexusXFire
extends DefaultXFire
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable

An instance of XFire that is managed by Plexus.

Since:
Sep 19, 2004
Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.XFire
ROLE
 
Constructor Summary
PlexusXFire()
           
 
Method Summary
 ServiceRegistry getServiceRegistry()
          Get the ServiceRegistry.
 TransportManager getTransportManager()
          Get the TransportManager.
 void service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
           
 
Methods inherited from class org.codehaus.xfire.DefaultXFire
findService, generateWSDL, handleException, invoke, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlexusXFire

public PlexusXFire()
Method Detail

getServiceRegistry

public ServiceRegistry getServiceRegistry()
Description copied from interface: XFire
Get the ServiceRegistry.

Specified by:
getServiceRegistry in interface XFire
Overrides:
getServiceRegistry in class DefaultXFire

getTransportManager

public TransportManager getTransportManager()
Description copied from interface: XFire
Get the TransportManager.

Specified by:
getTransportManager in interface XFire
Overrides:
getTransportManager in class DefaultXFire

service

public void service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
Specified by:
service in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable
See Also:
Serviceable.service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator)