Package org.opensaml.xacml.ctx.impl
Class SubjectTypeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
-
- org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class SubjectTypeMarshaller extends AbstractXACMLObjectMarshaller
Marshaller forSubjectTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description SubjectTypeMarshaller()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement)No-op method.-
Methods inherited from class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
marshallElementContent
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement) throws org.opensaml.core.xml.io.MarshallingExceptionNo-op method. Extending implementations should override this method if they have attributes to marshall into the Element.- Overrides:
marshallAttributesin classAbstractXACMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-