Package org.jboss.as.ejb3.interceptor
Class ContainerInterceptorsParser
- java.lang.Object
-
- org.jboss.metadata.parser.util.MetaDataElementParser
-
- org.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser<ContainerInterceptorsMetaData>
-
- org.jboss.as.ejb3.interceptor.ContainerInterceptorsParser
-
- All Implemented Interfaces:
XMLStreamConstants
public class ContainerInterceptorsParser extends org.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser<ContainerInterceptorsMetaData>
Responsible for parsing thecontainer-interceptorsin jboss-ejb3.xml- Author:
- Jaikiran Pai
-
-
Field Summary
Fields Modifier and Type Field Description static ContainerInterceptorsParserINSTANCEstatic StringNAMESPACE_URI_1_0-
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
Constructors Constructor Description ContainerInterceptorsParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerInterceptorsMetaDataparse(XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer)protected voidprocessElement(ContainerInterceptorsMetaData containerInterceptorsMetadata, XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer)-
Methods inherited from class org.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser
processElements
-
Methods inherited from class org.jboss.metadata.parser.util.MetaDataElementParser
attributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
-
-
-
-
Field Detail
-
INSTANCE
public static final ContainerInterceptorsParser INSTANCE
-
NAMESPACE_URI_1_0
public static final String NAMESPACE_URI_1_0
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public ContainerInterceptorsMetaData parse(XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer) throws XMLStreamException
- Specified by:
parsein classorg.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser<ContainerInterceptorsMetaData>- Throws:
XMLStreamException
-
processElement
protected void processElement(ContainerInterceptorsMetaData containerInterceptorsMetadata, XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer) throws XMLStreamException
- Overrides:
processElementin classorg.jboss.metadata.ejb.parser.spec.AbstractMetaDataParser<ContainerInterceptorsMetaData>- Throws:
XMLStreamException
-
-