public abstract class AbstractParser extends Object implements StaxParser
| Modifier and Type | Field and Description |
|---|---|
protected static PicketLinkLogger |
logger |
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
static XMLEventReader |
createEventReader(InputStream configStream) |
XMLEventReader |
createEventReader(Source source) |
Object |
parse(InputStream stream)
Parse an InputStream for payload
|
Object |
parse(Node node) |
Object |
parse(Source source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseprotected static final PicketLinkLogger logger
public Object parse(InputStream stream) throws ParsingException
stream - {@link - IllegalArgumentException}{@link - IllegalArgumentException} when the configStream is nullParsingExceptionpublic Object parse(Source source) throws ParsingException
ParsingExceptionpublic Object parse(Node node) throws ParsingException
ParsingExceptionpublic static XMLEventReader createEventReader(InputStream configStream) throws ParsingException
ParsingExceptionpublic XMLEventReader createEventReader(Source source) throws ParsingException
ParsingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.