Class AddPolicyRequestUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.projecthusky.communication.ch.ppq.epr.policyadmin.impl.AddPolicyRequestUnmarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class AddPolicyRequestUnmarshaller
extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Class implementing the unmarshaller for OpenSamlAddPolicyRequest.
Die Klasse implementiert den Unmarshaller für OpenSamlAddPolicyRequest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processChildElement
(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) unmarshall
(Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processElementContent, processUnknownAttribute, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AddPolicyRequestUnmarshaller
public AddPolicyRequestUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processChildElement
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
unmarshall
public OpenSamlAddPolicyRequest 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
-