public interface SyncWebServiceClient
| Modifier and Type | Method and Description |
|---|---|
Object[] |
send(String methodName,
Object[] arguments,
ConcurrentMap<QName,URL> overridenEndpointAddresses)
Synchronously invoke a web service method with some arguments.
|
Object[] send(String methodName, Object[] arguments, ConcurrentMap<QName,URL> overridenEndpointAddresses) throws Exception
methodName - a not null method namearguments - a not null list of argumentsoverridenEndpointAddresses - a not null map of overriden enpoint addresses. The key is the endpoint qualified name.ExceptionCopyright © 2010–2018 Alfresco. All rights reserved.