org.jboss.seam.solder.serviceHandler
Class ServiceHandlerMethodHandler<T,H>
java.lang.Object
org.jboss.seam.solder.serviceHandler.ServiceHandlerMethodHandler<T,H>
- All Implemented Interfaces:
- javassist.util.proxy.MethodHandler
public class ServiceHandlerMethodHandler<T,H>
- extends Object
- implements javassist.util.proxy.MethodHandler
MethodHandler that forwards calls to abstract methods to the service handler
instance
- Author:
- Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceHandlerMethodHandler
public ServiceHandlerMethodHandler(org.jboss.seam.solder.serviceHandler.ServiceHandlerManager<H> handler,
H handlerInstance)
invoke
public Object invoke(Object self,
Method thisMethod,
Method proceed,
Object[] args)
throws Throwable
- Specified by:
invoke in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
Copyright © 2008-2011 Seam Framework. All Rights Reserved.