org.codehaus.xfire.loom
Class LoomXFire

java.lang.Object
  extended by org.codehaus.xfire.AbstractXFireComponent
      extended by org.codehaus.xfire.DefaultXFire
          extended by org.codehaus.xfire.loom.LoomXFire
All Implemented Interfaces:
org.apache.avalon.framework.service.Serviceable, XFire

public class LoomXFire
extends DefaultXFire
implements org.apache.avalon.framework.service.Serviceable

An instance of XFire that is managed by Loom / Phoenix.

Author:
Peter Royal

Field Summary
 
Fields inherited from interface org.codehaus.xfire.XFire
ROLE
 
Constructor Summary
LoomXFire()
           
 
Method Summary
 ServiceRegistry getServiceRegistry()
          Get the ServiceRegistry.
 TransportManager getTransportManager()
          Get the TransportManager.
 void service(org.apache.avalon.framework.service.ServiceManager manager)
           
 
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

LoomXFire

public LoomXFire()
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.apache.avalon.framework.service.ServiceManager manager)
             throws org.apache.avalon.framework.service.ServiceException
Specified by:
service in interface org.apache.avalon.framework.service.Serviceable
Throws:
org.apache.avalon.framework.service.ServiceException