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