org.codehaus.xfire.plexus.config
Interface Configurator

All Known Implementing Classes:
SimpleConfigurator

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

public static final java.lang.String ROLE
Method Detail

getServiceType

public java.lang.String getServiceType()

createService

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


Copyright © 2004 Codehaus. All Rights Reserved.