com.jdon.controller.service
类 WebServiceImp

java.lang.Object
  继承者 com.jdon.controller.service.WebServiceImp
所有已实现的接口:
Service

public class WebServiceImp
extends Object
implements Service

作者:
banq

构造方法摘要
WebServiceImp(WebServiceAccessor webServiceAccessor, ContainerCallback containerCallback, UserTargetMetaDefFactory userTargetMetaDefFactory)
           
 
方法摘要
 Object execute(String name, MethodMetaArgs methodMetaArgs, AppContextWrapper acw)
          running the service, and return the result without session
 Object execute(String name, MethodMetaArgs methodMetaArgs, RequestWrapper request)
          running the service, and return the result
 Object execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, AppContextWrapper acw)
          running the service, and return the result
 Object execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, RequestWrapper request)
          running the service, and return the result
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WebServiceImp

public WebServiceImp(WebServiceAccessor webServiceAccessor,
                     ContainerCallback containerCallback,
                     UserTargetMetaDefFactory userTargetMetaDefFactory)
方法详细信息

execute

public Object execute(String name,
                      MethodMetaArgs methodMetaArgs,
                      RequestWrapper request)
               throws Exception
running the service, and return the result

指定者:
接口 Service 中的 execute
返回:
抛出:
Exception

execute

public Object execute(TargetMetaDef targetMetaDef,
                      MethodMetaArgs methodMetaArgs,
                      RequestWrapper request)
               throws Exception
running the service, and return the result

指定者:
接口 Service 中的 execute
抛出:
Exception

execute

public Object execute(String name,
                      MethodMetaArgs methodMetaArgs,
                      AppContextWrapper acw)
               throws Exception
running the service, and return the result without session

指定者:
接口 Service 中的 execute
返回:
抛出:
Exception

execute

public Object execute(TargetMetaDef targetMetaDef,
                      MethodMetaArgs methodMetaArgs,
                      AppContextWrapper acw)
               throws Exception
running the service, and return the result

指定者:
接口 Service 中的 execute
抛出:
Exception


Copyright © 2013. All Rights Reserved.