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.
 

Method Detail

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 invoked
method - Name of method to be invoked
inputParams - 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 invoked
inputParams - 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]