Package org.opensaml.xacml.ctx.impl
Class RequestTypeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
org.opensaml.xacml.ctx.impl.RequestTypeMarshaller
- All Implemented Interfaces:
Marshaller
public class RequestTypeMarshaller extends AbstractXACMLObjectMarshaller
Marshaller for
RequestType
objects.-
Constructor Summary
Constructors Constructor Description RequestTypeMarshaller()
Constructor. -
Method Summary
Methods inherited from class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
marshallAttributes, marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
RequestTypeMarshaller
public RequestTypeMarshaller()Constructor.
-