org.jboss.ejb3.proxy.handler.session.service
Interface ServiceProxyInvocationHandler

All Superinterfaces:
java.lang.reflect.InvocationHandler, ProxyInvocationHandler, java.io.Serializable
All Known Implementing Classes:
ServiceLocalProxyInvocationHandler, ServiceRemoteProxyInvocationHandler

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

ServiceProxyInvocationHandler Defines contract for operations required of a JBoss Service Bean Proxy Invocation Handler


Method Summary
 
Methods inherited from interface org.jboss.ejb3.proxy.handler.ProxyInvocationHandler
getAsynchronousProxy
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke