Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.service.proxy
Class ServiceAdapterInvoker

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

public class ServiceAdapterInvoker
extends Object
implements InvocationHandler

Author:
Bogdan Stefanescu

Constructor Summary
ServiceAdapterInvoker(AdaptableServiceInvoker<?> remote)
           
 
Method Summary
 AdaptableServiceInvoker<?> getServiceInvoker()
           
 Object invoke(Object proxy, Method method, 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 Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.