Package org.projecthusky.xua.hl7v3.impl
Class InstanceIdentifierUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.projecthusky.xua.hl7v3.impl.InstanceIdentifierUnmarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class InstanceIdentifierUnmarshaller
extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Class implementing the unmarshaller for OpenSaml InstanceIdentifier.
Die Klasse implementiert den Unmarshaller für OpenSaml InstanceIdentifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAttribute
(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) unmarshall
(Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
InstanceIdentifierUnmarshaller
public InstanceIdentifierUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processAttribute
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
unmarshall
public OpenSamlInstanceIdentifier unmarshall(Element domElement) throws org.opensaml.core.xml.io.UnmarshallingException - Specified by:
unmarshall
in interfaceorg.opensaml.core.xml.io.Unmarshaller
- Overrides:
unmarshall
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-