Class GeneratedKeyMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
-
- org.opensaml.saml.ext.samlec.impl.GeneratedKeyMarshaller
-
- All Implemented Interfaces:
Marshaller
public class GeneratedKeyMarshaller extends XSBase64BinaryMarshaller
A thread-safe Marshaller forGeneratedKeyobjects.
-
-
Constructor Summary
Constructors Constructor Description GeneratedKeyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(XMLObject samlObject, Element domElement)-
Methods inherited from class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject samlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
-