Class NodeCountryMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- se.litsec.eidas.opensaml.ext.impl.NodeCountryMarshaller
-
- All Implemented Interfaces:
Marshaller
public class NodeCountryMarshaller extends AbstractSAMLObjectMarshaller
A thread safe Marshaller forNodeCountry
objects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description NodeCountryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
marshallElementContent(XMLObject samlObject, Element domElement)
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallAttributes
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallElementContent
protected void marshallElementContent(XMLObject samlObject, Element domElement) throws MarshallingException
- Overrides:
marshallElementContent
in classAbstractSAMLObjectMarshaller
- Throws:
MarshallingException
-
-