org.codehaus.xfire.java
Class JavaConfigurator
java.lang.Object
|
+--org.codehaus.plexus.logging.AbstractLogEnabled
|
+--org.codehaus.xfire.plexus.PlexusXFireComponent
|
+--org.codehaus.xfire.java.JavaConfigurator
- All Implemented Interfaces:
- org.codehaus.xfire.plexus.config.Configurator, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable
- public class JavaConfigurator
- extends org.codehaus.xfire.plexus.PlexusXFireComponent
- implements org.codehaus.xfire.plexus.config.Configurator
Configures java services for plexus.
- Since:
- Sep 20, 2004
- Author:
- Dan Diephouse
Fields inherited from interface org.codehaus.xfire.plexus.config.Configurator |
ROLE |
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 |
Methods inherited from interface org.codehaus.xfire.plexus.config.Configurator |
|
SERVICE_TYPE
public static final java.lang.String SERVICE_TYPE
- See Also:
- Constant Field Values
JavaConfigurator
public JavaConfigurator()
getServiceType
public java.lang.String getServiceType()
- Specified by:
getServiceType
in interface org.codehaus.xfire.plexus.config.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 org.codehaus.xfire.plexus.config.Configurator
java.lang.Exception
- See Also:
Configurator.createService(org.codehaus.plexus.configuration.PlexusConfiguration)
Copyright © 2004 Codehaus. All Rights Reserved.