Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.AroundInvokeType

Packages that use AroundInvokeType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of AroundInvokeType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.ejbjar31 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.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement AroundInvokeType
 class AroundInvokeTypeImpl<T>
          This class implements the around-invokeType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 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.ejbjar31 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