public class AroundInvoke extends java.lang.Object implements CallbackMethod
Java class for around-invokeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="around-invokeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="method-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
methodName |
Constructor and Description |
---|
AroundInvoke() |
AroundInvoke(java.lang.reflect.Method method) |
AroundInvoke(java.lang.String clazz,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getClazz() |
java.lang.String |
getMethodName() |
void |
setClazz(java.lang.String value) |
void |
setMethodName(java.lang.String value) |
protected java.lang.String clazz
protected java.lang.String methodName
public AroundInvoke()
public AroundInvoke(java.lang.reflect.Method method)
public AroundInvoke(java.lang.String clazz, java.lang.String methodName)
public java.lang.String getClazz()
public void setClazz(java.lang.String value)
public java.lang.String getMethodName()
getMethodName
in interface CallbackMethod
public void setMethodName(java.lang.String value)
public java.lang.String getClassName()
getClassName
in interface CallbackMethod