org.codehaus.xfire.aegis
Class AegisConfigurator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.xfire.plexus.PlexusXFireComponent
org.codehaus.xfire.aegis.AegisConfigurator
- All Implemented Interfaces:
- org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable, org.codehaus.xfire.plexus.config.Configurator
public class AegisConfigurator
- extends org.codehaus.xfire.plexus.PlexusXFireComponent
- implements org.codehaus.xfire.plexus.config.Configurator
Configures aegis services.
- 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 |
SERVICE_TYPE
public static final java.lang.String SERVICE_TYPE
- See Also:
- Constant Field Values
AegisConfigurator
public AegisConfigurator()
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
- Throws:
java.lang.Exception
- See Also:
Configurator.createService(org.codehaus.plexus.configuration.PlexusConfiguration)
Copyright © 2004 Codehaus. All Rights Reserved.