de.dfki.util.xmlrpc.server
Interface InvocationInterceptor

All Known Implementing Classes:
DefaultInvocationInterceptor

public interface InvocationInterceptor


Method Summary
 java.lang.Object invokeMethod(java.lang.Object delegate, java.lang.String methodName, java.lang.Class<?>[] sig, java.lang.Object[] args)
           
 

Method Detail

invokeMethod

java.lang.Object invokeMethod(java.lang.Object delegate,
                              java.lang.String methodName,
                              java.lang.Class<?>[] sig,
                              java.lang.Object[] args)
                              throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2012. All Rights Reserved.