Class RemoteOperationInvocationHandler
java.lang.Object
org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Invocation handler for all of our operations.
-
Constructor Summary
ConstructorDescriptionRemoteOperationInvocationHandler
(RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, Class<? extends APIOperation> operation) -
Method Summary
-
Constructor Details
-
RemoteOperationInvocationHandler
public RemoteOperationInvocationHandler(RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, Class<? extends APIOperation> operation)
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-