org.opensaml.saml1.core.impl
public abstract class ResponseAbstractTypeUnmarshaller extends AbstractSAMLObjectUnmarshaller
Unmarshaller
for ResponseAbstractType
objects.Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Logger.
|
Constructor and Description |
---|
ResponseAbstractTypeUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject samlObject,
Attr attribute) |
protected void |
processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject) |
XMLObject |
unmarshall(Element domElement) |
processElementContent
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
public XMLObject unmarshall(Element domElement) throws UnmarshallingException
unmarshall
in interface Unmarshaller
unmarshall
in class AbstractXMLObjectUnmarshaller
UnmarshallingException
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) throws UnmarshallingException
processChildElement
in class AbstractSAMLObjectUnmarshaller
UnmarshallingException
protected void processAttribute(XMLObject samlObject, Attr attribute) throws UnmarshallingException
processAttribute
in class AbstractSAMLObjectUnmarshaller
UnmarshallingException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.