ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return InterceptorBindingType
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createInterceptorBinding()
          Creates a new interceptor-binding element
 InterceptorBindingType<T> InterceptorBindingType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorBindingType<T> InterceptorBindingType.ejbName(String ejbName)
          Sets the ejb-name element
 InterceptorBindingType<T> InterceptorBindingType.excludeClassInterceptors(Boolean excludeClassInterceptors)
          Sets the exclude-class-interceptors element
 InterceptorBindingType<T> InterceptorBindingType.excludeDefaultInterceptors(Boolean excludeDefaultInterceptors)
          Sets the exclude-default-interceptors element
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateInterceptorBinding()
          If not already created, a new interceptor-binding element will be created and returned.
 InterceptorBindingType<T> InterceptorBindingType.interceptorClass(String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type InterceptorBindingType
 List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllInterceptorBinding()
          Returns all interceptor-binding elements
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingType.getOrCreateInterceptorOrder()
          If not already created, a new interceptor-order element with the given value will be created.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingType.getOrCreateMethod()
          If not already created, a new method element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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