org.codehaus.xfire.aegis
Class AegisConfigurator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.xfire.plexus.PlexusXFireComponent
          extended by 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

Field Summary
static java.lang.String SERVICE_TYPE
           
 
Fields inherited from interface org.codehaus.xfire.plexus.config.Configurator
ROLE
 
Constructor Summary
AegisConfigurator()
           
 
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

AegisConfigurator

public AegisConfigurator()
Method Detail

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.