Class LocalizedURIMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSURIMarshaller
org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
LogoMarshaller
A thread safe Marshaller for
LocalizedURI objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) protected voidmarshallElementContent(XMLObject samlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
LocalizedURIMarshaller
public LocalizedURIMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject samlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallElementContentin classXSURIMarshaller- Throws:
MarshallingException
-