org.apache.openejb.jee
Class InterceptorOrder

java.lang.Object
  extended by org.apache.openejb.jee.InterceptorOrder

public class InterceptorOrder
extends Object

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


Field Summary
protected  String id
           
protected  List<String> interceptorClass
           
 
Constructor Summary
InterceptorOrder()
           
 
Method Summary
 void addInterceptorClass(String className)
           
 String getId()
           
 List<String> getInterceptorClass()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptorClass

protected List<String> interceptorClass

id

protected String id
Constructor Detail

InterceptorOrder

public InterceptorOrder()
Method Detail

getInterceptorClass

public List<String> getInterceptorClass()

addInterceptorClass

public void addInterceptorClass(String className)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.