org.weblab_project.services.configurable
Interface Configurable


public interface Configurable

The configurable interface will be used to define services of which behavior depends on a usage context, this context corresponding to a particular set of parameters. In some services, the configurable interface is optional and won't be inevitably realised in every implementations. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1


Method Summary
 ConfigureReturn configure(ConfigureArgs args)
          Configure the service.
 ResetConfigurationReturn resetConfiguration(ResetConfigurationArgs args)
          Reset the configuration of the service to the default one.
 

Method Detail

configure

ConfigureReturn configure(ConfigureArgs args)
                          throws ConfigureException
Configure the service.

Parameters:
args -
Returns:
returns org.weblab_project.services.configurable.types.ConfigureReturn
Throws:
ConfigureException

resetConfiguration

ResetConfigurationReturn resetConfiguration(ResetConfigurationArgs args)
                                            throws ResetConfigurationException
Reset the configuration of the service to the default one.

Parameters:
args -
Returns:
returns org.weblab_project.services.configurable.types.ResetConfigurationReturn
Throws:
ResetConfigurationException


Copyright © 2004-2009. All Rights Reserved.