
public interface AroundInvokeType<T> extends Child<T>, JavaeeAroundInvokeCommonType<T,AroundInvokeType<T>>
around-invokeType xsd type| Modifier and Type | Method and Description |
|---|---|
AroundInvokeType<T> |
clazz(String clazz)
Sets the
class element |
String |
getClazz()
Returns the
class element |
String |
getMethodName()
Returns the
method-name element |
AroundInvokeType<T> |
methodName(String methodName)
Sets the
method-name element |
AroundInvokeType<T> |
removeClazz()
Removes the
class element |
AroundInvokeType<T> |
removeMethodName()
Removes the
method-name element |
AroundInvokeType<T> clazz(String clazz)
class elementclazz - the value for the element classAroundInvokeTypeString getClazz()
class elementclassAroundInvokeType<T> removeClazz()
class elementAroundInvokeTypeAroundInvokeType<T> methodName(String methodName)
method-name elementmethodName - the value for the element method-nameAroundInvokeTypeString getMethodName()
method-name elementmethod-nameAroundInvokeType<T> removeMethodName()
method-name elementAroundInvokeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.