org.codehaus.xfire.plexus.config
Interface Configurator

All Known Implementing Classes:
JavaConfigurator, SimpleConfigurator, XMLBeansConfigurator

public interface Configurator

Builds a service of a specified type from a plexus configuration.

Since:
Sep 20, 2004
Author:
Dan Diephouse

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 org.codehaus.xfire.service.Service createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
 java.lang.String getServiceType()
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

getServiceType

java.lang.String getServiceType()

createService

org.codehaus.xfire.service.Service createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Codehaus. All Rights Reserved.