org.opensaml.saml1.core.impl
public abstract class RequestAbstractTypeUnmarshaller extends AbstractSAMLObjectUnmarshaller
RequestAbstractType
objects.Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Logger.
|
Constructor and Description |
---|
RequestAbstractTypeUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject samlElement,
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 samlElement, Attr attribute) throws UnmarshallingException
processAttribute
in class AbstractSAMLObjectUnmarshaller
UnmarshallingException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.