Package org.opensaml.soap.wstrust.impl
Class DelegatableMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
org.opensaml.soap.wstrust.impl.DelegatableMarshaller
- All Implemented Interfaces:
Marshaller
public class DelegatableMarshaller extends AbstractWSTrustObjectMarshaller
Marshaller for the Delegatable element.
-
Constructor Summary
Constructors Constructor Description DelegatableMarshaller()
-
Method Summary
Modifier and Type Method Description protected void
marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.Methods inherited from class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
marshallAttributes
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
DelegatableMarshaller
public DelegatableMarshaller()
-
-
Method Details
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingExceptionMarshalls data from the XMLObject into content of the DOM Element. The default implementation of this method is a no-op.- Overrides:
marshallElementContent
in classAbstractWSTrustObjectMarshaller
- Parameters:
xmlObject
- the XMLObjectdomElement
- the DOM element recieving the content- Throws:
MarshallingException
- thrown if the textual content can not be added to the DOM element
-