|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectcom.beetle.framework.web.service.ClientHelper
public class ClientHelper
Title: BeetleWeb
Description: Web Service客户端帮助类
Copyright: Copyright (c) 2005
Company: 甲壳虫软件
| 构造方法摘要 | |
|---|---|
ClientHelper()
|
|
| 方法摘要 | |
|---|---|
static WebResponse |
directInvoke(java.lang.String serviceUrl,
WebRequest webRequest)
直接调用特例服务业务方法 |
static ICommonService |
getCommonService(java.lang.String serviceUrl)
获取特例通用服务 |
static java.lang.Object |
getServiceObject(java.lang.Class interfaceApi,
java.lang.String serviceUrl)
获取服务器对象 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ClientHelper()
| 方法详细信息 |
|---|
public static java.lang.Object getServiceObject(java.lang.Class interfaceApi,
java.lang.String serviceUrl)
throws WebServiceException
interfaceApi - Class--对于的接口类serviceUrl - 服务对应的url,WebController.xml对应,例如:
WebServiceException
public static ICommonService getCommonService(java.lang.String serviceUrl)
throws WebServiceException
serviceUrl - 服务的URL
WebServiceException
public static WebResponse directInvoke(java.lang.String serviceUrl,
WebRequest webRequest)
throws WebServiceException
serviceUrl - 服务地址(url)webRequest - 输入参数对象
WebServiceException
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||