Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.service.proxy
Class MethodInvocation

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

public class MethodInvocation
extends java.lang.Object
implements java.io.Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

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

Constructor Detail

MethodInvocation

public MethodInvocation(java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

invoke

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.