public class IIOPMetaDataParser extends AbstractEJBBoundMetaDataParser<IIOPMetaData>
This class implements a parser for the IIOP settings section of the jboss-ejb3.xml file.
MetaDataElementParser.DTDInfo
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
IIOPMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
IIOPMetaData |
parse(XMLStreamReader reader)
Start parsing and generate the associated meta-data.
|
protected IORASContextMetaData |
processASContext(XMLStreamReader reader) |
protected void |
processElement(IIOPMetaData metaData,
XMLStreamReader reader)
Process the single element.
|
protected IORSecurityConfigMetaData |
processIORSecurityConfig(XMLStreamReader reader) |
protected IORSASContextMetaData |
processSASContext(XMLStreamReader reader) |
protected IORTransportConfigMetaData |
processTransportConfig(XMLStreamReader reader) |
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public IIOPMetaData parse(XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParser
parse
in class AbstractMetaDataParser<IIOPMetaData>
XMLStreamException
protected void processElement(IIOPMetaData metaData, XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractEJBBoundMetaDataParser<IIOPMetaData>
XMLStreamException
protected IORSecurityConfigMetaData processIORSecurityConfig(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
protected IORTransportConfigMetaData processTransportConfig(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
protected IORASContextMetaData processASContext(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
protected IORSASContextMetaData processSASContext(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.