|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
public class AssemblyDescriptor
This class defines the implementation of the element assembly-descriptor.
Field Summary | |
---|---|
private java.util.List<JApplicationException> |
applicationExceptionList
List of <application-exception> elements. |
private java.util.List<InterceptorBinding> |
interceptorBindingList
List of <interceptor-binding> elements. |
static java.lang.String |
NAME
Name of this element. |
Constructor Summary | |
---|---|
AssemblyDescriptor()
Constructor. |
Method Summary | |
---|---|
void |
addApplicationException(JApplicationException applicationException)
Adds a new <application-exception> element to assembly descriptor. |
void |
addInterceptorBinding(InterceptorBinding interceptorBinding)
Adds a new <interceptor-binding> element to assembly descriptor. |
java.util.List<JApplicationException> |
getApplicationExceptionList()
Gets the list of <application-exception> elements. |
java.util.List<InterceptorBinding> |
getInterceptorBindingList()
Gets the list of <interceptor-binding> elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
private java.util.List<JApplicationException> applicationExceptionList
private java.util.List<InterceptorBinding> interceptorBindingList
Constructor Detail |
---|
public AssemblyDescriptor()
Method Detail |
---|
public java.util.List<JApplicationException> getApplicationExceptionList()
public void addApplicationException(JApplicationException applicationException)
applicationException
- the <application-exception> elementpublic java.util.List<InterceptorBinding> getInterceptorBindingList()
public void addInterceptorBinding(InterceptorBinding interceptorBinding)
interceptorBinding
- the <interceptor-binding> element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |