Package org.opensaml.soap.wsfed.impl
Class RequestedSecurityTokenMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wsfed.impl.RequestedSecurityTokenMarshaller
-
- All Implemented Interfaces:
Marshaller
public class RequestedSecurityTokenMarshaller extends AbstractXMLObjectMarshaller
A thread safe marshaller forRequestedSecurityTokenobjects.
-
-
Constructor Summary
Constructors Constructor Description RequestedSecurityTokenMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(XMLObject fedObject, Element domElement)protected voidmarshallElementContent(XMLObject fedObject, Element domElement)-
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 fedObject, Element domElement)
- Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller
-
marshallElementContent
protected void marshallElementContent(XMLObject fedObject, Element domElement)
- Overrides:
marshallElementContentin classAbstractXMLObjectMarshaller
-
-