org.codehaus.xfire.plexus
Class ServiceLocatorFactory

java.lang.Object
  extended by org.codehaus.xfire.plexus.ServiceLocatorFactory
All Implemented Interfaces:
org.codehaus.xfire.util.factory.Factory

public class ServiceLocatorFactory
extends java.lang.Object
implements org.codehaus.xfire.util.factory.Factory

This is a simple adapter from plexus service locator to Factory

Since:
Nov 18, 2004
Author:
Dan Diephouse, Ben Yu

Constructor Summary
ServiceLocatorFactory(java.lang.String role, org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
           
 
Method Summary
 java.lang.Object create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocatorFactory

public ServiceLocatorFactory(java.lang.String role,
                             org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
Method Detail

create

public java.lang.Object create()
                        throws org.codehaus.xfire.fault.XFireFault
Specified by:
create in interface org.codehaus.xfire.util.factory.Factory
Throws:
org.codehaus.xfire.fault.XFireFault


Copyright © 2004-2009. All Rights Reserved.