org.ow2.weblab.core.services
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.3-b02- 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 AccessDeniedException,
                                 ContentNotAvailableException,
                                 InsufficientResourcesException,
                                 InvalidParameterException,
                                 UnexpectedException,
                                 UnsupportedRequestException
Configure the service.

Parameters:
args -
Returns:
returns org.ow2.weblab.core.services.configurable.ConfigureReturn
Throws:
InvalidParameterException
ContentNotAvailableException
UnexpectedException
AccessDeniedException
InsufficientResourcesException
UnsupportedRequestException

resetConfiguration

ResetConfigurationReturn resetConfiguration(ResetConfigurationArgs args)
                                            throws AccessDeniedException,
                                                   ContentNotAvailableException,
                                                   InsufficientResourcesException,
                                                   InvalidParameterException,
                                                   UnexpectedException,
                                                   UnsupportedRequestException
Reset the configuration of the service to the default one.

Parameters:
args -
Returns:
returns org.ow2.weblab.core.services.configurable.ResetConfigurationReturn
Throws:
InvalidParameterException
ContentNotAvailableException
AccessDeniedException
UnexpectedException
InsufficientResourcesException
UnsupportedRequestException


Copyright © 2004-2010. All Rights Reserved.