com.adobe.icc.util
Interface ServiceInvoker


public interface ServiceInvoker


Method Summary
 java.util.Map invokeProcess(java.lang.String process, java.util.Map inputParams)
          Invoke a Process identified by the given name, with the Map of input parameters.
 java.util.Map invokeProcess(java.lang.String process, java.lang.String method, java.util.Map inputParams)
          Invoke a given method on a Process identified by the given name, with the Map of input parameters.
 

Method Detail

invokeProcess

java.util.Map invokeProcess(java.lang.String process,
                            java.lang.String method,
                            java.util.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 invoked
method - Name of method to be invoked
inputParams - Map of input parameters
Returns:
Map of output parameters
Throws:
java.lang.Exception
ICCException

invokeProcess

java.util.Map invokeProcess(java.lang.String process,
                            java.util.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 invoked
inputParams - Map of input parameters
Returns:
Map of output parameters
Throws:
java.lang.Exception
ICCException


[an error occurred while processing this directive] [an error occurred while processing this directive]