Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AroundInvokeType<T> |
AroundInvokeType.clazz(String clazz)
Sets the
class element |
AroundInvokeType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createAroundInvoke()
Creates a new
around-invoke element |
AroundInvokeType<InterceptorType<T>> |
InterceptorType.createAroundInvoke()
Creates a new
around-invoke element |
AroundInvokeType<SessionBeanType<T>> |
SessionBeanType.createAroundInvoke()
Creates a new
around-invoke element |
AroundInvokeType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateAroundInvoke()
If not already created, a new
around-invoke element will be created and returned. |
AroundInvokeType<InterceptorType<T>> |
InterceptorType.getOrCreateAroundInvoke()
If not already created, a new
around-invoke element will be created and returned. |
AroundInvokeType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAroundInvoke()
If not already created, a new
around-invoke element will be created and returned. |
AroundInvokeType<T> |
AroundInvokeType.methodName(String methodName)
Sets the
method-name element |
AroundInvokeType<T> |
AroundInvokeType.removeClazz()
Removes the
class element |
AroundInvokeType<T> |
AroundInvokeType.removeMethodName()
Removes the
method-name element |
Modifier and Type | Method and Description |
---|---|
List<AroundInvokeType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllAroundInvoke()
Returns all
around-invoke elements |
List<AroundInvokeType<InterceptorType<T>>> |
InterceptorType.getAllAroundInvoke()
Returns all
around-invoke elements |
List<AroundInvokeType<SessionBeanType<T>>> |
SessionBeanType.getAllAroundInvoke()
Returns all
around-invoke elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.