Class EjbApplicationExceptionNode

java.lang.Object
com.sun.enterprise.deployment.node.DeploymentDescriptorNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>
org.glassfish.ejb.deployment.node.EjbApplicationExceptionNode
All Implemented Interfaces:
com.sun.enterprise.deployment.node.XMLNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>

public class EjbApplicationExceptionNode extends com.sun.enterprise.deployment.node.DeploymentDescriptorNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>
  • Field Summary

    Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode

    abstractDescriptor, handlers, serviceLocator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.enterprise.deployment.EjbApplicationExceptionInfo
     
    protected Map<String,String>
     
    writeDescriptor(Node parent, String nodeName, com.sun.enterprise.deployment.EjbApplicationExceptionInfo descriptor)
     

    Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode

    addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setElementValue, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EjbApplicationExceptionNode

      public EjbApplicationExceptionNode()
  • Method Details

    • getDescriptor

      public com.sun.enterprise.deployment.EjbApplicationExceptionInfo getDescriptor()
      Specified by:
      getDescriptor in interface com.sun.enterprise.deployment.node.XMLNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>
      Overrides:
      getDescriptor in class com.sun.enterprise.deployment.node.DeploymentDescriptorNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>
    • getDispatchTable

      protected Map<String,String> getDispatchTable()
      Overrides:
      getDispatchTable in class com.sun.enterprise.deployment.node.DeploymentDescriptorNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>
    • writeDescriptor

      public Node writeDescriptor(Node parent, String nodeName, com.sun.enterprise.deployment.EjbApplicationExceptionInfo descriptor)
      Overrides:
      writeDescriptor in class com.sun.enterprise.deployment.node.DeploymentDescriptorNode<com.sun.enterprise.deployment.EjbApplicationExceptionInfo>