org.jboss.ejb3.proxy.handler
Interface ProxyInvocationHandler

All Superinterfaces:
java.lang.reflect.InvocationHandler, java.io.Serializable
All Known Subinterfaces:
ServiceProxyInvocationHandler, SessionProxyInvocationHandler, SessionSpecProxyInvocationHandler
All Known Implementing Classes:
ProxyInvocationHandlerBase, ServiceLocalProxyInvocationHandler, ServiceProxyInvocationHandlerBase, ServiceRemoteProxyInvocationHandler, SessionProxyInvocationHandlerBase, SessionSpecProxyInvocationHandlerBase, StatefulLocalProxyInvocationHandler, StatefulProxyInvocationHandlerBase, StatefulRemoteProxyInvocationHandler, StatelessLocalProxyInvocationHandler, StatelessProxyInvocationHandlerBase, StatelessRemoteProxyInvocationHandler

public interface ProxyInvocationHandler
extends java.lang.reflect.InvocationHandler, java.io.Serializable

ProxyInvocationHandler Defines contract for a generic EJB3 Proxy Invocation Handler


Method Summary
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke