Class ConnectorAPIOperationRunnerProxy

java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
All Implemented Interfaces:
InvocationHandler

public class ConnectorAPIOperationRunnerProxy extends Object implements InvocationHandler
Proxy for APIOperationRunner that takes care of setting up underlying connector and creating the implementation of APIOperationRunner. The implementation of APIOperationRunner gets created whenever the actual method is invoked.