JBoss Metadata EJB 7.2.2.Final

org.jboss.metadata.ejb.parser.spec
Class AbstractIdMetaDataParser<MD extends IdMetaData>

java.lang.Object
  extended by org.jboss.metadata.parser.util.MetaDataElementParser
      extended by org.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser<MD>
          extended by org.jboss.metadata.ejb.parser.spec.AbstractIdMetaDataParser<MD>
All Implemented Interfaces:
XMLStreamConstants
Direct Known Subclasses:
ApplicationExceptionMetaDataParser, EnterpriseBeanMetaDataParser, EntityBeanMetaDataParser, InterceptorOrderMetaDataParser, NamedMethodMetaDataParser, SessionBeanMetaDataParser

public abstract class AbstractIdMetaDataParser<MD extends IdMetaData>
extends AbstractMetaDataParser<MD>

Author:
Carlo de Wolf

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.metadata.parser.util.MetaDataElementParser
MetaDataElementParser.DTDInfo
 
Field Summary
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
AbstractIdMetaDataParser()
           
 
Method Summary
 void processAttribute(MD metaData, XMLStreamReader reader, int i)
           
 
Methods inherited from class org.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser
parse, processElement, processElements
 
Methods inherited from class org.jboss.metadata.parser.util.MetaDataElementParser
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIdMetaDataParser

public AbstractIdMetaDataParser()
Method Detail

processAttribute

public void processAttribute(MD metaData,
                             XMLStreamReader reader,
                             int i)
                      throws XMLStreamException
Throws:
XMLStreamException

JBoss Metadata EJB 7.2.2.Final

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