Class RequestAbstractTypeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- org.opensaml.saml.saml2.core.impl.RequestAbstractTypeMarshaller
-
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
ArtifactResolveMarshaller,AssertionIDRequestMarshaller,AuthnRequestMarshaller,LogoutRequestMarshaller,ManageNameIDRequestMarshaller,NameIDMappingRequestMarshaller,SubjectQueryMarshaller
public abstract class RequestAbstractTypeMarshaller extends AbstractSAMLObjectMarshaller
A thread safe Marshaller forRequestAbstractTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description RequestAbstractTypeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributeIDness(XMLObject xmlObject, Element domElement)protected voidmarshallAttributes(XMLObject samlObject, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject samlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-
marshallAttributeIDness
protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributeIDnessin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
-