RWDE::CCRproxy
Proxy object for getting the specific functionality of a particular object
decode({ type=> object_type, enc =>object_enc})
To avoid require and instantiation the proxy object returns the decoded value of the passed encoded id.
ccr_to_id({ type=> object_type, ccr =>object_ccr})
To avoid require and instantiation the proxy object returns the id value from the passed ccr.
invoke({ class => class_name, function => function_name, params => function_params})
override base method "invoke" from Proxy.pm