Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.service.proxy
Class ServiceAdapterInvoker

java.lang.Object
  extended by org.nuxeo.runtime.service.proxy.ServiceAdapterInvoker
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class ServiceAdapterInvoker
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Author:
Bogdan Stefanescu

Constructor Summary
ServiceAdapterInvoker(AdaptableServiceInvoker<?> remote)
           
 
Method Summary
 AdaptableServiceInvoker<?> getServiceInvoker()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAdapterInvoker

public ServiceAdapterInvoker(AdaptableServiceInvoker<?> remote)
Method Detail

getServiceInvoker

public AdaptableServiceInvoker<?> getServiceInvoker()

invoke

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.