org.picketlink.identity.federation.core.parsers.wst
Class WSTrustParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.AbstractParser
org.picketlink.identity.federation.core.parsers.wst.WSTrustParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class WSTrustParser
- extends AbstractParser
Parser for WS-Trust payload
- Since:
- Oct 11, 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 |
WSTrustParser
public WSTrustParser()
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.