Class LocalisableStringBasedMdsAttributeValueMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- uk.gov.ida.saml.core.extensions.impl.BaseMdsSamlObjectMarshaller
-
- uk.gov.ida.saml.core.extensions.impl.StringBasedMdsAttributeValueMarshaller
-
- uk.gov.ida.saml.core.extensions.impl.LocalisableStringBasedMdsAttributeValueMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class LocalisableStringBasedMdsAttributeValueMarshaller extends StringBasedMdsAttributeValueMarshaller
-
-
Constructor Summary
Constructors Constructor Description LocalisableStringBasedMdsAttributeValueMarshaller(java.lang.String xsiType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, org.w3c.dom.Element domElement)-
Methods inherited from class uk.gov.ida.saml.core.extensions.impl.StringBasedMdsAttributeValueMarshaller
marshallElementContent
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, org.w3c.dom.Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallAttributesin classBaseMdsSamlObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-