public class WSAddressingParser
extends org.picketlink.common.parsers.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 |
| Constructor and Description |
|---|
WSAddressingParser() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(XMLEventReader xmlEventReader) |
boolean |
supports(QName qname) |
public static final String ENDPOINT_REFERENCE
public static final String ADDRESS
public Object parse(XMLEventReader xmlEventReader) throws org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ParsingExceptionParserNamespaceSupport#parse(XMLEventReader)}public boolean supports(QName qname)
ParserNamespaceSupport#supports(QName)}Copyright © 2013 JBoss Inc.. All Rights Reserved.