org.codehaus.xfire.plexus.config
Class DefaultConfigurationService

java.lang.Object
  extended by AbstractLogEnabled
      extended by org.codehaus.xfire.plexus.PlexusXFireComponent
          extended by org.codehaus.xfire.plexus.config.DefaultConfigurationService
All Implemented Interfaces:
ConfigurationService

public class DefaultConfigurationService
extends PlexusXFireComponent
implements ConfigurationService

Loads in XFire components from the XFire configuration file.

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.plexus.config.ConfigurationService
ROLE
 
Constructor Summary
DefaultConfigurationService()
           
 
Method Summary
 void configure(PlexusConfiguration config)
           
protected  java.io.Reader findConfigurationReader()
           
 void initialize()
           
 
Methods inherited from class org.codehaus.xfire.plexus.PlexusXFireComponent
getServiceLocator, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigurationService

public DefaultConfigurationService()
Method Detail

initialize

public void initialize()
                throws InitializationException
Throws:
InitializationException

findConfigurationReader

protected java.io.Reader findConfigurationReader()
                                          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

configure

public void configure(PlexusConfiguration config)
               throws PlexusConfigurationException
Parameters:
arg0 -
Throws:
PlexusConfigurationException


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.