com.adobe.icc.util
Interface ServiceInvoker
public interface ServiceInvoker
Method Summary
Map
invokeProcess (String process,
Map inputParams)
Invoke a Process identified by the given name, with the Map of
input parameters.
Map
invokeProcess (String process,
String method,
Map inputParams)
Invoke a given method on a Process identified by the given name, with the
Map of input parameters.
invokeProcess
Map invokeProcess (String process,
String method,
Map inputParams)
throws ICCException
Invoke a given method on a Process identified by the given name, with the
Map of input parameters.
Parameters: process - Name of Process to be invokedmethod - Name of method to be invokedinputParams - Map of input parameters
Returns: Map of output parameters
Throws:
Exception
ICCException
invokeProcess
Map invokeProcess (String process,
Map inputParams)
throws ICCException
Invoke a Process identified by the given name, with the Map of
input parameters.
Note: For LC Processes, the default method to be executed is "invoke"
Parameters: process - Name of Process to be invokedinputParams - Map of input parameters
Returns: Map of output parameters
Throws:
Exception
ICCException
[an error occurred while processing this directive] [an error occurred while processing this directive]