当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
ClientSideInterceptor (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.intercept
Class ClientSideInterceptor
java.lang.Object
   org.jboss.seam.intercept.RootInterceptor
org.jboss.seam.intercept.RootInterceptor
       org.jboss.seam.intercept.ClientSideInterceptor
org.jboss.seam.intercept.ClientSideInterceptor
- All Implemented Interfaces: 
- Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
- public class ClientSideInterceptor 
- extends RootInterceptor- implements net.sf.cglib.proxy.MethodInterceptor
Controller interceptor for client-side interceptors of
 EJB3 session bean components
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClientSideInterceptor
public ClientSideInterceptor(Object bean,
                             Component component)
intercept
public Object intercept(Object proxy,
                        Method method,
                        Object[] params,
                        net.sf.cglib.proxy.MethodProxy methodProxy)
                 throws Throwable
- 
- Specified by:
- interceptin interface- net.sf.cglib.proxy.MethodInterceptor
 
- 
- Throws:
- Throwable