Class RequestUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
-
- org.opensaml.saml.saml1.core.impl.RequestUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class RequestUnmarshaller extends RequestAbstractTypeUnmarshaller
A thread safe Unmarshaller forRequestobjects.
-
-
Constructor Summary
Constructors Constructor Description RequestUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessChildElement(XMLObject parentElement, XMLObject childElement)-
Methods inherited from class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
processAttribute, unmarshall
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processChildElement
protected void processChildElement(XMLObject parentElement, XMLObject childElement) throws UnmarshallingException
- Overrides:
processChildElementin classRequestAbstractTypeUnmarshaller- Throws:
UnmarshallingException
-
-