Class BinarySecurityTokenMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectMarshaller
-
- org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
-
- org.opensaml.soap.wssecurity.impl.EncodedStringMarshaller
-
- org.opensaml.soap.wssecurity.impl.BinarySecurityTokenMarshaller
-
- All Implemented Interfaces:
Marshaller
public class BinarySecurityTokenMarshaller extends EncodedStringMarshaller
BinarySecurityTokenMarshaller.
-
-
Constructor Summary
Constructors Constructor Description BinarySecurityTokenMarshaller()
-
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.wssecurity.impl.AttributedStringMarshaller
marshallAttributeIDness, marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classEncodedStringMarshaller- Throws:
MarshallingException
-
-