Interface SyncWebServiceClient
Deprecated.
due integrations will be delegated to extenal components and the use of the Connector interface
A dynamic web service client that allows to perform synchronous calls to a specific web service.
-
Method Summary
-
Method Details
-
send
Object[] send(String methodName, Object[] arguments, ConcurrentMap<QName, URL> overridenEndpointAddresses) throws ExceptionDeprecated.Synchronously invoke a web service method with some arguments.- Parameters:
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.- Returns:
- the result of invoking the method of the web service
- Throws:
Exception
-