org.identityconnectors.framework.impl.api.remote
Class RemoteOperationInvocationHandler

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class RemoteOperationInvocationHandler
extends Object
implements InvocationHandler

Invocation handler for all of our operations


Constructor Summary
RemoteOperationInvocationHandler(APIConfigurationImpl configuration, Class<? extends APIOperation> operation)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteOperationInvocationHandler

public RemoteOperationInvocationHandler(APIConfigurationImpl configuration,
                                        Class<? extends APIOperation> operation)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011. All Rights Reserved.