public interface AroundInvokeType<T> extends Child<T>
around-invokeType
xsd typeModifier 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 class
AroundInvokeType
String getClazz()
class
elementclass
AroundInvokeType<T> removeClazz()
class
elementAroundInvokeType
AroundInvokeType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
AroundInvokeType
String getMethodName()
method-name
elementmethod-name
AroundInvokeType<T> removeMethodName()
method-name
elementAroundInvokeType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.