net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.aop
Interface ScopedProxy

All Known Implementing Classes:
ScopedProxyImpl

public interface ScopedProxy

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>
 


Method Summary
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setProxyTargetClass(Boolean value)
          Sets the value of the proxyTargetClass property.
 

Method Detail

isProxyTargetClass

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

Returns:
possible object is Boolean

setProxyTargetClass

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

Parameters:
value - allowed object is Boolean


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