Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.service.proxy
Class MethodInvocation

java.lang.Object
  extended by org.nuxeo.runtime.service.proxy.MethodInvocation
All Implemented Interfaces:
Serializable

public class MethodInvocation
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
MethodInvocation(Method method)
           
 
Method Summary
 Method getMethod()
           
 Object invoke(Object proxy, Object... args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(Method method)
Method Detail

getMethod

public Method getMethod()

invoke

public Object invoke(Object proxy,
                     Object... args)
              throws Throwable
Throws:
Throwable

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.