org.ow2.weblab.core.services
Interface Analyser


public interface Analyser

Interface of a analyser. It only contains a method to enable business analyser to process resources, given a usage context. Most of the time this analysis turn out to be the addition of annotations to the Resource. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-b02- Generated source version: 2.1


Method Summary
 ProcessReturn process(ProcessArgs args)
          Ask to the service to process with its business method.
 

Method Detail

process

ProcessReturn process(ProcessArgs args)
                      throws AccessDeniedException,
                             ContentNotAvailableException,
                             InsufficientResourcesException,
                             InvalidParameterException,
                             ServiceNotConfiguredException,
                             UnexpectedException,
                             UnsupportedRequestException
Ask to the service to process with its business method.

Parameters:
args -
Returns:
returns org.ow2.weblab.core.services.analyser.ProcessReturn
Throws:
InvalidParameterException
ContentNotAvailableException
AccessDeniedException
UnexpectedException
InsufficientResourcesException
UnsupportedRequestException
ServiceNotConfiguredException


Copyright © 2004-2010. All Rights Reserved.