ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use AroundInvokeType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return AroundInvokeType
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type AroundInvokeType
 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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.