Interaction
Interface DynamicInvocation

All Known Implementing Classes:
StarlinkInvocation

public interface DynamicInvocation

Author:
PJG-COMPAQ

Method Summary
 java.lang.Object[] invoke(java.lang.String URL, java.lang.String operation, java.lang.Object[] parameters)
          Dynamic invocation interface to invoke services implemented using different middleware protocols
 

Method Detail

invoke

java.lang.Object[] invoke(java.lang.String URL,
                          java.lang.String operation,
                          java.lang.Object[] parameters)
Dynamic invocation interface to invoke services implemented using different middleware protocols

Parameters:
operation. - The label of the operation to invoke e.g. method name of an rpc call.
URL - The URL of the service/interface to invoke
parameters - The list of input parameters for the operation
Returns:
the outcome of the invocation as a list of Java objects