org.opensaml.common.impl
public abstract class AbstractSAMLObjectUnmarshaller extends AbstractXMLObjectUnmarshaller
AbstractSAMLObject
.Constructor and Description |
---|
AbstractSAMLObjectUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject samlObject,
Attr attribute) |
protected void |
processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject) |
protected void |
processElementContent(XMLObject samlObject,
String elementContent) |
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) throws UnmarshallingException
processChildElement
in class AbstractXMLObjectUnmarshaller
UnmarshallingException
protected void processAttribute(XMLObject samlObject, Attr attribute) throws UnmarshallingException
processAttribute
in class AbstractXMLObjectUnmarshaller
UnmarshallingException
protected void processElementContent(XMLObject samlObject, String elementContent)
processElementContent
in class AbstractXMLObjectUnmarshaller
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.