public class RequestSecurityTokenResponseUnmarshaller extends AbstractXMLObjectUnmarshaller
RequestSecurityTokenResponse objects.| Constructor and Description |
|---|
RequestSecurityTokenResponseUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject fedObject,
org.w3c.dom.Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
processElementContent(XMLObject fedObject,
java.lang.String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentpublic RequestSecurityTokenResponseUnmarshaller()
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
processChildElement in class AbstractXMLObjectUnmarshallerparentSAMLObject - the parent XMLObjectchildSAMLObject - the child XMLObjectprotected void processAttribute(XMLObject fedObject, org.w3c.dom.Attr attribute)
processAttribute in class AbstractXMLObjectUnmarshallerfedObject - the XMLObjectattribute - the attributeprotected void processElementContent(XMLObject fedObject, java.lang.String content)
processElementContent in class AbstractXMLObjectUnmarshallerfedObject - XMLObject the content will be given tocontent - the Element's content