org.springframework.jee.spi
Class TargetWrapperImpl

java.lang.Object
  extended by org.springframework.jee.spi.TargetWrapperBaseImpl
      extended by org.springframework.jee.spi.TargetWrapperImpl
All Implemented Interfaces:
Serializable, TargetSource, TargetWrapper

public class TargetWrapperImpl
extends TargetWrapperBaseImpl
implements Serializable, TargetSource

Author:
Safin Li, Michael Chen
See Also:
Serialized Form

Constructor Summary
TargetWrapperImpl(Object beanTarget)
           
TargetWrapperImpl(Object beanTarget, Map interceptorInstancesForClass)
           
 
Method Summary
 
Methods inherited from class org.springframework.jee.spi.TargetWrapperBaseImpl
getBeanTarget, getInterceptorTarget, getTarget, getTargetClass, isStatic, releaseTarget, removeTarget, resetTarget, setInterceptorTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.aop.TargetSource
getTarget, getTargetClass, isStatic, releaseTarget
 

Constructor Detail

TargetWrapperImpl

public TargetWrapperImpl(Object beanTarget)

TargetWrapperImpl

public TargetWrapperImpl(Object beanTarget,
                         Map interceptorInstancesForClass)


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.