|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicAdviceType
Java class for basicAdviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="basicAdviceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pointcut" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pointcut-ref" type="{http://www.springframework.org/schema/aop}pointcutRefType" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="arg-names" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getArgNames()
Gets the value of the argNames property. |
String |
getMethod()
Gets the value of the method property. |
String |
getPointcut()
Gets the value of the pointcut property. |
String |
getPointcutRef()
Gets the value of the pointcutRef property. |
void |
setArgNames(String value)
Sets the value of the argNames property. |
void |
setMethod(String value)
Sets the value of the method property. |
void |
setPointcut(String value)
Sets the value of the pointcut property. |
void |
setPointcutRef(String value)
Sets the value of the pointcutRef property. |
| Method Detail |
|---|
String getPointcut()
Stringvoid setPointcut(String value)
value - allowed object is
StringString getPointcutRef()
Stringvoid setPointcutRef(String value)
value - allowed object is
StringString getMethod()
Stringvoid setMethod(String value)
value - allowed object is
StringString getArgNames()
Stringvoid setArgNames(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||