Package org.opensaml.soap.wstrust.impl
Class UseKeyMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
-
- org.opensaml.soap.wstrust.impl.UseKeyMarshaller
-
- All Implemented Interfaces:
Marshaller
public class UseKeyMarshaller extends AbstractWSTrustObjectMarshaller
Marshaller for the UseKey element.
-
-
Constructor Summary
Constructors Constructor Description UseKeyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(XMLObject xmlObject, Element domElement)-
Methods inherited from class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractWSTrustObjectMarshaller- Throws:
MarshallingException
-
-