Package org.opensaml.soap.wstrust.impl
Class ForwardableMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
-
- org.opensaml.soap.wstrust.impl.ForwardableMarshaller
-
- All Implemented Interfaces:
Marshaller
public class ForwardableMarshaller extends AbstractWSTrustObjectMarshaller
Marshaller for the Forwardable element.
-
-
Constructor Summary
Constructors Constructor Description ForwardableMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallElementContent(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
-
-
-
-
Method Detail
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException
Marshalls data from the XMLObject into content of the DOM Element. The default implementation of this method is a no-op.- Overrides:
marshallElementContentin 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
-
-