| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.common.AroundInvoke
AroundInvoke | public class AroundInvoke (Code) | | This class defines the implementation of the element <around-invoke>.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
AroundInvoke | public AroundInvoke()(Code) | | Constructor.
|
getClassName | public String getClassName()(Code) | | the class value. |
getMethodName | public String getMethodName()(Code) | | the method name. |
setClassName | public void setClassName(String className)(Code) | | Sets the name of the class.
Parameters: className - the name of the class |
setMethodName | public void setMethodName(String methodName)(Code) | | Sets the name of the method.
Parameters: methodName - the name of the method |
|
|
|