public class AroundInvoke extends 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 String |
clazz |
protected String |
methodName |
| Constructor and Description |
|---|
AroundInvoke() |
AroundInvoke(Method method) |
AroundInvoke(String clazz,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClazz() |
String |
getMethodName() |
void |
setClazz(String value) |
void |
setMethodName(String value) |
public AroundInvoke()
public AroundInvoke(Method method)
public String getClazz()
public void setClazz(String value)
public String getMethodName()
getMethodName in interface CallbackMethodpublic void setMethodName(String value)
public String getClassName()
getClassName in interface CallbackMethodCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.