Package org.opensaml.soap.wsfed.impl
Class RequestSecurityTokenResponseUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
- All Implemented Interfaces:
Unmarshaller
A thread-safe unmarshaller for
RequestSecurityTokenResponse
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAttribute
(XMLObject fedObject, 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, String content) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
RequestSecurityTokenResponseUnmarshaller
public RequestSecurityTokenResponseUnmarshaller()
-
-
Method Details
-
processChildElement
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. The default implementation of this method is a no-op.- Overrides:
processChildElement
in classAbstractXMLObjectUnmarshaller
- Parameters:
parentSAMLObject
- the parent XMLObjectchildSAMLObject
- the child XMLObject
-
processAttribute
Called after an attribute has been unmarshalled so that it can be added to the XMLObject. The default implementation of this method is a no-op- Overrides:
processAttribute
in classAbstractXMLObjectUnmarshaller
- Parameters:
fedObject
- the XMLObjectattribute
- the attribute
-
processElementContent
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. The default implementation of this method is a no-op- Overrides:
processElementContent
in classAbstractXMLObjectUnmarshaller
- Parameters:
fedObject
- XMLObject the content will be given tocontent
- the Element's content
-