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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallElementContent(XMLObject xmlObject, Element domElement)-
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
- Overrides:
marshallElementContentin classAbstractWSTrustObjectMarshaller- Throws:
MarshallingException
-
-