Class AsynchronousUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
org.opensaml.saml.ext.saml2aslo.impl.AsynchronousUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class AsynchronousUnmarshaller extends AbstractSAMLObjectUnmarshaller
A thread-safe Unmarshaller for
Asynchronous
objects.-
Constructor Summary
Constructors Constructor Description AsynchronousUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AsynchronousUnmarshaller
public AsynchronousUnmarshaller()
-