Returns objects passed as parameters with null references. There is an interceptor
that sets to null the parameters reference.
Parameters: objCP - complex object array with the objects passed as parameters. throws: Exception - if a problem occurs.
Returns objects passed as parameters without modification. There is an interceptor
that creates a new array to return, but it doesn't modify the objects passed as parameters.
Parameters: objCP - complex object array with the objects passed as parameters. throws: Exception - if a problem occurs.
Returns objects passed as parameters with modifications.
There is an interceptor that modifies the parameters.
Parameters: objCP - complex object array with the objects passed as parameters. throws: Exception - if a problem occurs.