Package ddf.security.liberty.paos.impl
Class ResponseUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
ddf.security.liberty.paos.impl.ResponseUnmarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class ResponseUnmarshaller
extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
Unmarshaller for instances of
Response.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersionMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
ResponseUnmarshaller
public ResponseUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processAttributein classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-