org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface InterceptorOrderType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
InterceptorOrderTypeImpl

public interface InterceptorOrderType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the interceptor-orderType xsd type

Original Documentation:



The interceptor-orderType element describes a total ordering
of interceptor classes.


Since:
Generation date :2011-07-19T22:55:02.759+02:00
Author:
Ralf Battenfeld

Method Summary
 java.util.List<java.lang.String> getInterceptorClassList()
          Returns all interceptor-class elements
 InterceptorOrderType<T> removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorOrderType<T> setInterceptorClass(java.lang.String interceptorClass)
          Creates a new interceptor-class element
 InterceptorOrderType<T> setInterceptorClassList(java.lang.String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

setInterceptorClass

InterceptorOrderType<T> setInterceptorClass(java.lang.String interceptorClass)
Creates a new interceptor-class element

Returns:
the current instance of InterceptorOrderType

setInterceptorClassList

InterceptorOrderType<T> setInterceptorClassList(java.lang.String... values)
Creates for all String objects representing interceptor-class elements, a new interceptor-class element

Parameters:
list - of interceptor-class objects
Returns:
the current instance of InterceptorOrderType

removeAllInterceptorClass

InterceptorOrderType<T> removeAllInterceptorClass()
Removes the interceptor-class element

Returns:
the current instance of InterceptorOrderType

getInterceptorClassList

java.util.List<java.lang.String> getInterceptorClassList()
Returns all interceptor-class elements

Returns:
list of interceptor-class