net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop
Class ScopedProxy

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.ScopedProxy
All Implemented Interfaces:
Serializable, Cloneable

public class ScopedProxy
extends Object
implements Serializable, Cloneable

Marks a bean definition as being a scoped proxy. A bean marked as such will be exposed via a proxy, with the 'real' bean instance being retrieved from some other source (such as a HttpSession) as and when required.

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="proxy-target-class" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean proxyTargetClass
           
 
Constructor Summary
ScopedProxy()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.ScopedProxy instance.
ScopedProxy(ScopedProxy o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.ScopedProxy instance by copying a given instance.
 
Method Summary
 ScopedProxy clone()
          Creates and returns a copy of this object.
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setProxyTargetClass(Boolean value)
          Sets the value of the proxyTargetClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxyTargetClass

protected Boolean proxyTargetClass
Constructor Detail

ScopedProxy

public ScopedProxy()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.ScopedProxy instance.


ScopedProxy

public ScopedProxy(ScopedProxy o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.ScopedProxy instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

isProxyTargetClass

public boolean isProxyTargetClass()
Gets the value of the proxyTargetClass property.

Returns:
possible object is Boolean

setProxyTargetClass

public void setProxyTargetClass(Boolean value)
Sets the value of the proxyTargetClass property.

Parameters:
value - allowed object is Boolean

clone

public ScopedProxy clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.