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.Exception
Copyright © 2016 Alfresco. All rights reserved.