public abstract class AbstractXACMLObjectMarshaller
extends org.opensaml.xml.io.AbstractXMLObjectMarshaller
Marshaller
interface that handles most of
the boilerplate code for Marshallers.Modifier | Constructor and Description |
---|---|
|
AbstractXACMLObjectMarshaller()
Constructor.
|
protected |
AbstractXACMLObjectMarshaller(String targetNamespaceURI,
String targetLocalName)
Deprecated.
no replacement
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshallAttributes(org.opensaml.xml.XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
marshallElementContent(org.opensaml.xml.XMLObject xmlObject,
Element domElement)
No-op method.
|
public AbstractXACMLObjectMarshaller()
protected AbstractXACMLObjectMarshaller(String targetNamespaceURI, String targetLocalName)
targetNamespaceURI
- the namespace URI of either the schema type QName or element QName of the elements this
marshaller operates ontargetLocalName
- the local name of either the schema type QName or element QName of the elements this
marshaller operates onprotected void marshallAttributes(org.opensaml.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.xml.io.MarshallingException
marshallAttributes
in class org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xml.io.MarshallingException
protected void marshallElementContent(org.opensaml.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.xml.io.MarshallingException
marshallElementContent
in class org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xml.io.MarshallingException
Copyright © 1999-2013. All Rights Reserved.