Package org.opensaml.xacml.ctx.impl
Class AttributeTypeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
-
- org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class AttributeTypeMarshaller extends AbstractXACMLObjectMarshaller
Marshaller forAttributeTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description AttributeTypeMarshaller()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
-
-