Class ReferenceTypeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
DataReferenceMarshaller,KeyReferenceMarshaller
A thread-safe Marshaller for
ReferenceType objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
marshallElementContentMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ReferenceTypeMarshaller
public ReferenceTypeMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLEncryptionMarshaller- Throws:
MarshallingException
-