Class X509SerialNumberUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
- All Implemented Interfaces:
Unmarshaller
Thread-safe unmarshaller for
X509SerialNumber objects.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(XMLObject xmlObject, Attr attribute) protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) protected voidprocessElementContent(XMLObject xmlObject, String elementContent) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
X509SerialNumberUnmarshaller
public X509SerialNumberUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processAttribute
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException - Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processElementContent
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-