it.openutils.spring.rmibernate.client.aspects
Class ClientSerializationInterceptor

java.lang.Object
  extended by it.openutils.spring.rmibernate.client.aspects.ClientSerializationInterceptor
All Implemented Interfaces:
java.io.Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class ClientSerializationInterceptor
extends java.lang.Object
implements net.sf.cglib.proxy.MethodInterceptor, java.io.Serializable

Version:
$Id: $
Author:
fcarone
See Also:
Serialized Form

Constructor Summary
ClientSerializationInterceptor(HibernateLazyLoaderAspect hibernateLazyLoaderAspect)
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSerializationInterceptor

public ClientSerializationInterceptor(HibernateLazyLoaderAspect hibernateLazyLoaderAspect)
Parameters:
hlla -
Method Detail

intercept

public java.lang.Object intercept(java.lang.Object obj,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args,
                                  net.sf.cglib.proxy.MethodProxy proxy)
                           throws java.lang.Throwable

Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2008 Openmind. All Rights Reserved.