org.weblab_project.services.analyser
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.7-b01- 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 ProcessException
Ask to the service to process with its business method.

Parameters:
args -
Returns:
returns org.weblab_project.services.analyser.types.ProcessReturn
Throws:
ProcessException


Copyright © 2004-2010. All Rights Reserved.