Class TransformUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
-
- org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class TransformUnmarshaller extends AbstractXMLSignatureUnmarshaller
A thread-safe Unmarshaller forTransformobjects.
-
-
Constructor Summary
Constructors Constructor Description TransformUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject)-
Methods inherited from class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processElementContent
-
-
-
-
Method Detail
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classAbstractXMLSignatureUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processChildElement
protected void processChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classAbstractXMLSignatureUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-