public interface InvokeDelegate
OperationStub to implement the actual
business logic of a service's operation.| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
invokeImpl(Operation operation,
ParameterValue parameterValue,
CredentialInfo credentialInfo)
Executes the business logic associated with the given
operation. |
ParameterValue invokeImpl(Operation operation, ParameterValue parameterValue, CredentialInfo credentialInfo) throws InvocationException
operation. The values of any
available input parameters can be obtained from the supplied arguments. The
returned value corresponds to the result of the operation. In case any predefined faults arise during the execution of the business logic, an
InvocationException should be thrown.operation - the operation invokedparameterValue - credentialInfo - InvocationException - denotes failures occurring during the execution of the business logic