Interface SyncWebServiceClient
-
public interface SyncWebServiceClientA dynamic web service client that allows to perform synchronous calls to a specific web service.- Author:
- Esteban Robles Luna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]send(String methodName, Object[] arguments, ConcurrentMap<QName,URL> overriddenEndpointAddresses)Synchronously invoke a web service method with some arguments.
-
-
-
Method Detail
-
send
Object[] send(String methodName, Object[] arguments, ConcurrentMap<QName,URL> overriddenEndpointAddresses) throws Exception
Synchronously invoke a web service method with some arguments.- Parameters:
methodName- a not null method namearguments- a not null list of argumentsoverriddenEndpointAddresses- a not null map of overridden endpoint addresses. The key is the endpoint qualified name.- Returns:
- the result of invoking the method of the web service
- Throws:
Exception
-
-