com.jdon.controller.service
接口 Service

所有已知实现类:
WebServiceImp

public interface Service

excute the service and get the run result

作者:
banq

方法摘要
 Object execute(String name, MethodMetaArgs methodMetaArgs, AppContextWrapper acw)
          this method without httpsession and will disable all sesson function.
 Object execute(String name, MethodMetaArgs methodMetaArgs, RequestWrapper request)
          this method will create httpsession
 Object execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, AppContextWrapper acw)
           
 Object execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, RequestWrapper request)
           
 

方法详细信息

execute

Object execute(String name,
               MethodMetaArgs methodMetaArgs,
               RequestWrapper request)
               throws Exception
this method will create httpsession

参数:
name -
methodMetaArgs -
request -
返回:
抛出:
Exception

execute

Object execute(TargetMetaDef targetMetaDef,
               MethodMetaArgs methodMetaArgs,
               RequestWrapper request)
               throws Exception
抛出:
Exception

execute

Object execute(String name,
               MethodMetaArgs methodMetaArgs,
               AppContextWrapper acw)
               throws Exception
this method without httpsession and will disable all sesson function.

参数:
name -
methodMetaArgs -
acw -
返回:
抛出:
Exception

execute

Object execute(TargetMetaDef targetMetaDef,
               MethodMetaArgs methodMetaArgs,
               AppContextWrapper acw)
               throws Exception
抛出:
Exception


Copyright © 2013. All Rights Reserved.