org.activiti.engine.impl.webservice
接口 SyncWebServiceClient
public interface SyncWebServiceClient
A dynamic web service client that allows to perform synchronous calls
to a specific web service.
- 作者:
- Esteban Robles Luna
方法摘要 |
Object[] |
send(String methodName,
Object[] arguments)
Synchronously invoke a web service method with some arguments. |
send
Object[] send(String methodName,
Object[] arguments)
throws Exception
- Synchronously invoke a web service method with some arguments.
- 参数:
methodName
- a not null method namearguments
- a not null list of arguments
- 返回:
- the result of invoking the method of the web service
- 抛出:
Exception
Copyright © 2013 Alfresco. All rights reserved.