|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AroundInvokeType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of AroundInvokeType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return AroundInvokeType | |
---|---|
AroundInvokeType<InterceptorType<T>> |
InterceptorType.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<SessionBeanType<T>> |
SessionBeanType.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<T> |
AroundInvokeType.removeClazz()
Removes the class element |
AroundInvokeType<T> |
AroundInvokeType.removeMethodName()
Removes the method-name element |
AroundInvokeType<T> |
AroundInvokeType.setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
AroundInvokeType<T> |
AroundInvokeType.setMethodName(java.lang.String methodName)
If not already created, a new method-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type AroundInvokeType | |
---|---|
java.util.List<AroundInvokeType<InterceptorType<T>>> |
InterceptorType.getAroundInvokeList()
Returns all around-invoke elements |
java.util.List<AroundInvokeType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAroundInvokeList()
Returns all around-invoke elements |
java.util.List<AroundInvokeType<SessionBeanType<T>>> |
SessionBeanType.getAroundInvokeList()
Returns all around-invoke elements |
Uses of AroundInvokeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return AroundInvokeType | |
---|---|
AroundInvokeType<SessionBeanType<T>> |
SessionBeanTypeImpl.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<InterceptorType<T>> |
InterceptorTypeImpl.aroundInvoke()
Returns the around-invoke element |
AroundInvokeType<T> |
AroundInvokeTypeImpl.removeClazz()
Removes the class element |
AroundInvokeType<T> |
AroundInvokeTypeImpl.removeMethodName()
Removes the method-name element |
AroundInvokeType<T> |
AroundInvokeTypeImpl.setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
AroundInvokeType<T> |
AroundInvokeTypeImpl.setMethodName(java.lang.String methodName)
If not already created, a new method-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type AroundInvokeType | |
---|---|
java.util.List<AroundInvokeType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getAroundInvokeList()
Returns all around-invoke elements |
java.util.List<AroundInvokeType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getAroundInvokeList()
Returns all around-invoke elements |
java.util.List<AroundInvokeType<InterceptorType<T>>> |
InterceptorTypeImpl.getAroundInvokeList()
Returns all around-invoke elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |