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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InterceptorBindingType
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.interceptorBinding()
          Returns the interceptor-binding element
 InterceptorBindingType<T> InterceptorBindingType.removeAllDescription()
          Removes the description element
 InterceptorBindingType<T> InterceptorBindingType.removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorBindingType<T> InterceptorBindingType.removeEjbName()
          Removes the ejb-name element
 InterceptorBindingType<T> InterceptorBindingType.removeExcludeClassInterceptors()
          Removes the exclude-class-interceptors element
 InterceptorBindingType<T> InterceptorBindingType.removeExcludeDefaultInterceptors()
          Removes the exclude-default-interceptors element
 InterceptorBindingType<T> InterceptorBindingType.removeInterceptorOrder()
          Removes the interceptor-order element
 InterceptorBindingType<T> InterceptorBindingType.removeMethod()
          Removes the method element
 InterceptorBindingType<T> InterceptorBindingType.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorBindingType<T> InterceptorBindingType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorBindingType<T> InterceptorBindingType.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingType.setExcludeClassInterceptors(java.lang.Boolean excludeClassInterceptors)
          If not already created, a new exclude-class-interceptors element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingType.setExcludeDefaultInterceptors(java.lang.Boolean excludeDefaultInterceptors)
          If not already created, a new exclude-default-interceptors element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingType.setInterceptorClass(java.lang.String interceptorClass)
          Creates a new interceptor-class element
 InterceptorBindingType<T> InterceptorBindingType.setInterceptorClassList(java.lang.String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type InterceptorBindingType
 java.util.List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getInterceptorBindingList()
          Returns all interceptor-binding elements
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingType.interceptorOrder()
          If not already created, a new interceptor-order element will be created and returned.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingType.method()
          If not already created, a new method element will be created and returned.
 

Uses of InterceptorBindingType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return InterceptorBindingType
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.interceptorBinding()
          Returns the interceptor-binding element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeAllDescription()
          Removes the description element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeEjbName()
          Removes the ejb-name element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeExcludeClassInterceptors()
          Removes the exclude-class-interceptors element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeExcludeDefaultInterceptors()
          Removes the exclude-default-interceptors element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeInterceptorOrder()
          Removes the interceptor-order element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.removeMethod()
          Removes the method element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setExcludeClassInterceptors(java.lang.Boolean excludeClassInterceptors)
          If not already created, a new exclude-class-interceptors element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setExcludeDefaultInterceptors(java.lang.Boolean excludeDefaultInterceptors)
          If not already created, a new exclude-default-interceptors element with the given value will be created.
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setInterceptorClass(java.lang.String interceptorClass)
          Creates a new interceptor-class element
 InterceptorBindingType<T> InterceptorBindingTypeImpl.setInterceptorClassList(java.lang.String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type InterceptorBindingType
 java.util.List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getInterceptorBindingList()
          Returns all interceptor-binding elements
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingTypeImpl.interceptorOrder()
          If not already created, a new interceptor-order element will be created and returned.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingTypeImpl.method()
          If not already created, a new method element will be created and returned.