public class WSAddressingParser extends AbstractParser
Able to parse the WS-Addressing pieces in WS-T RST.
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS |
static String |
ENDPOINT_REFERENCE |
logger| Constructor and Description |
|---|
WSAddressingParser() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(XMLEventReader xmlEventReader)
Parse the event stream
|
boolean |
supports(QName qname)
Returns whether the parser supports parsing a particular namespace
|
getXMLInputFactory, parsepublic static final String ENDPOINT_REFERENCE
public static final String ADDRESS
public Object parse(XMLEventReader xmlEventReader) throws ParsingException
ParserNamespaceSupportParsingExceptionorg.picketlink.common.parsers.ParserNamespaceSupport#parse(XMLEventReader)}public boolean supports(QName qname)
ParserNamespaceSupportorg.picketlink.common.parsers.ParserNamespaceSupport#supports(QName)}Copyright © 2018 JBoss by Red Hat. All rights reserved.