org.picketlink.identity.federation.core.parsers.wsa
Class WSAddressingParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.AbstractParser
org.picketlink.identity.federation.core.parsers.wsa.WSAddressingParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class WSAddressingParser
- extends AbstractParser
Able to parse the WS-Addressing pieces in WS-T RST.
- Since:
- Oct 14, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class org.picketlink.identity.federation.core.parsers.AbstractParser |
parse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENDPOINT_REFERENCE
public static final String ENDPOINT_REFERENCE
- See Also:
- Constant Field Values
ADDRESS
public static final String ADDRESS
- See Also:
- Constant Field Values
WSAddressingParser
public WSAddressingParser()
parse
public Object parse(XMLEventReader xmlEventReader)
throws ParsingException
- Description copied from interface:
ParserNamespaceSupport
- Parse the event stream
- Returns:
-
- Throws:
ParsingException
- See Also:
ParserNamespaceSupport#parse(XMLEventReader)}
supports
public boolean supports(QName qname)
- Description copied from interface:
ParserNamespaceSupport
- Returns whether the parser supports parsing a particular namespace
- Returns:
- See Also:
ParserNamespaceSupport#supports(QName)}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.