Interface SyncWebServiceClient


  • @Deprecated
    @Internal
    public 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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object[] send​(java.lang.String methodName, java.lang.Object[] arguments, java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,​java.net.URL> overridenEndpointAddresses)
      Deprecated.
      Synchronously invoke a web service method with some arguments.
    • Method Detail

      • send

        java.lang.Object[] send​(java.lang.String methodName,
                                java.lang.Object[] arguments,
                                java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,​java.net.URL> overridenEndpointAddresses)
                         throws java.lang.Exception
        Deprecated.
        Synchronously invoke a web service method with some arguments.
        Parameters:
        methodName - a not null method name
        arguments - a not null list of arguments
        overridenEndpointAddresses - 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:
        java.lang.Exception