org.codehaus.xfire.plexus.simple
Class SimpleConfigurator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.xfire.plexus.PlexusXFireComponent
          extended by org.codehaus.xfire.plexus.simple.SimpleConfigurator
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable, Configurator

public class SimpleConfigurator
extends PlexusXFireComponent
implements Configurator

TODO document SimpleConfigurator

Since:
Sep 20, 2004
Author:
Dan Diephouse

Field Summary
static java.lang.String SERVICE_TYPE
           
 
Fields inherited from interface org.codehaus.xfire.plexus.config.Configurator
ROLE
 
Constructor Summary
SimpleConfigurator()
           
 
Method Summary
 org.codehaus.xfire.service.Service createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
 java.lang.String getServiceType()
           
 
Methods inherited from class org.codehaus.xfire.plexus.PlexusXFireComponent
getServiceLocator, service
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_TYPE

public static final java.lang.String SERVICE_TYPE
See Also:
Constant Field Values
Constructor Detail

SimpleConfigurator

public SimpleConfigurator()
Method Detail

getServiceType

public java.lang.String getServiceType()
Specified by:
getServiceType in interface Configurator
See Also:
Configurator.getServiceType()

createService

public org.codehaus.xfire.service.Service createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
                                                 throws java.lang.Exception
Specified by:
createService in interface Configurator
Throws:
java.lang.Exception
See Also:
Configurator.createService(org.codehaus.plexus.configuration.PlexusConfiguration)


Copyright © 2004 Codehaus. All Rights Reserved.