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

Packages that use InterceptorType
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 InterceptorType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return InterceptorType
 InterceptorType<InterceptorsType<T>> InterceptorsType.interceptor()
          Returns the interceptor element
 InterceptorType<T> InterceptorType.removeAllAroundInvoke()
          Removes all around-invoke elements
 InterceptorType<T> InterceptorType.removeAllAroundTimeout()
          Removes all around-timeout elements
 InterceptorType<T> InterceptorType.removeAllDataSource()
          Removes all data-source elements
 InterceptorType<T> InterceptorType.removeAllDescription()
          Removes the description element
 InterceptorType<T> InterceptorType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 InterceptorType<T> InterceptorType.removeAllEjbRef()
          Removes all ejb-ref elements
 InterceptorType<T> InterceptorType.removeAllEnvEntry()
          Removes all env-entry elements
 InterceptorType<T> InterceptorType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 InterceptorType<T> InterceptorType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 InterceptorType<T> InterceptorType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 InterceptorType<T> InterceptorType.removeAllPostActivate()
          Removes all post-activate elements
 InterceptorType<T> InterceptorType.removeAllPostConstruct()
          Removes all post-construct elements
 InterceptorType<T> InterceptorType.removeAllPreDestroy()
          Removes all pre-destroy elements
 InterceptorType<T> InterceptorType.removeAllPrePassivate()
          Removes all pre-passivate elements
 InterceptorType<T> InterceptorType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 InterceptorType<T> InterceptorType.removeAllResourceRef()
          Removes all resource-ref elements
 InterceptorType<T> InterceptorType.removeInterceptorClass()
          Removes the interceptor-class element
 InterceptorType<T> InterceptorType.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorType<T> InterceptorType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorType<T> InterceptorType.setInterceptorClass(java.lang.String interceptorClass)
          If not already created, a new interceptor-class element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type InterceptorType
 AroundInvokeType<InterceptorType<T>> InterceptorType.aroundInvoke()
          Returns the around-invoke element
 AroundTimeoutType<InterceptorType<T>> InterceptorType.aroundTimeout()
          Returns the around-timeout element
 DataSourceType<InterceptorType<T>> InterceptorType.dataSource()
          Returns the data-source element
 EjbLocalRefType<InterceptorType<T>> InterceptorType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<InterceptorType<T>> InterceptorType.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<InterceptorType<T>> InterceptorType.envEntry()
          Returns the env-entry element
 java.util.List<AroundInvokeType<InterceptorType<T>>> InterceptorType.getAroundInvokeList()
          Returns all around-invoke elements
 java.util.List<AroundTimeoutType<InterceptorType<T>>> InterceptorType.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<DataSourceType<InterceptorType<T>>> InterceptorType.getDataSourceList()
          Returns all data-source elements
 java.util.List<EjbLocalRefType<InterceptorType<T>>> InterceptorType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<InterceptorType<T>>> InterceptorType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<InterceptorType<T>>> InterceptorType.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<InterceptorType<InterceptorsType<T>>> InterceptorsType.getInterceptorList()
          Returns all interceptor elements
 java.util.List<MessageDestinationRefType<InterceptorType<T>>> InterceptorType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<InterceptorType<T>>> InterceptorType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<ResourceEnvRefType<InterceptorType<T>>> InterceptorType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<InterceptorType<T>>> InterceptorType.getResourceRefList()
          Returns all resource-ref elements
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.messageDestinationRef()
          Returns the message-destination-ref element
 PersistenceContextRefType<InterceptorType<T>> InterceptorType.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.prePassivate()
          Returns the pre-passivate element
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<InterceptorType<T>> InterceptorType.resourceRef()
          Returns the resource-ref element
 

Uses of InterceptorType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement InterceptorType
 class InterceptorTypeImpl<T>
          This class implements the interceptorType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return InterceptorType
 InterceptorType<InterceptorsType<T>> InterceptorsTypeImpl.interceptor()
          Returns the interceptor element
 InterceptorType<T> InterceptorTypeImpl.removeAllAroundInvoke()
          Removes all around-invoke elements
 InterceptorType<T> InterceptorTypeImpl.removeAllAroundTimeout()
          Removes all around-timeout elements
 InterceptorType<T> InterceptorTypeImpl.removeAllDataSource()
          Removes all data-source elements
 InterceptorType<T> InterceptorTypeImpl.removeAllDescription()
          Removes the description element
 InterceptorType<T> InterceptorTypeImpl.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllEjbRef()
          Removes all ejb-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllEnvEntry()
          Removes all env-entry elements
 InterceptorType<T> InterceptorTypeImpl.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPostActivate()
          Removes all post-activate elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPostConstruct()
          Removes all post-construct elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPreDestroy()
          Removes all pre-destroy elements
 InterceptorType<T> InterceptorTypeImpl.removeAllPrePassivate()
          Removes all pre-passivate elements
 InterceptorType<T> InterceptorTypeImpl.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeAllResourceRef()
          Removes all resource-ref elements
 InterceptorType<T> InterceptorTypeImpl.removeInterceptorClass()
          Removes the interceptor-class element
 InterceptorType<T> InterceptorTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorType<T> InterceptorTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorType<T> InterceptorTypeImpl.setInterceptorClass(java.lang.String interceptorClass)
          If not already created, a new interceptor-class element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type InterceptorType
 AroundInvokeType<InterceptorType<T>> InterceptorTypeImpl.aroundInvoke()
          Returns the around-invoke element
 AroundTimeoutType<InterceptorType<T>> InterceptorTypeImpl.aroundTimeout()
          Returns the around-timeout element
 DataSourceType<InterceptorType<T>> InterceptorTypeImpl.dataSource()
          Returns the data-source element
 EjbLocalRefType<InterceptorType<T>> InterceptorTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<InterceptorType<T>> InterceptorTypeImpl.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<InterceptorType<T>> InterceptorTypeImpl.envEntry()
          Returns the env-entry element
 java.util.List<AroundInvokeType<InterceptorType<T>>> InterceptorTypeImpl.getAroundInvokeList()
          Returns all around-invoke elements
 java.util.List<AroundTimeoutType<InterceptorType<T>>> InterceptorTypeImpl.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<DataSourceType<InterceptorType<T>>> InterceptorTypeImpl.getDataSourceList()
          Returns all data-source elements
 java.util.List<EjbLocalRefType<InterceptorType<T>>> InterceptorTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<InterceptorType<T>>> InterceptorTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<InterceptorType<T>>> InterceptorTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<InterceptorType<InterceptorsType<T>>> InterceptorsTypeImpl.getInterceptorList()
          Returns all interceptor elements
 java.util.List<MessageDestinationRefType<InterceptorType<T>>> InterceptorTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<InterceptorType<T>>> InterceptorTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<ResourceEnvRefType<InterceptorType<T>>> InterceptorTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<InterceptorType<T>>> InterceptorTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 MessageDestinationRefType<InterceptorType<T>> InterceptorTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 PersistenceContextRefType<InterceptorType<T>> InterceptorTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<InterceptorType<T>> InterceptorTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.prePassivate()
          Returns the pre-passivate element
 ResourceEnvRefType<InterceptorType<T>> InterceptorTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<InterceptorType<T>> InterceptorTypeImpl.resourceRef()
          Returns the resource-ref element