org.opensaml.ws.wssecurity.impl
Class AttributedStringMarshaller
java.lang.Object
org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.ws.wssecurity.impl.AbstractWSSecurityObjectMarshaller
org.opensaml.ws.wssecurity.impl.AttributedStringMarshaller
- All Implemented Interfaces:
- Marshaller
- Direct Known Subclasses:
- EncodedStringMarshaller, PasswordMarshaller, UsernameMarshaller
public class AttributedStringMarshaller
- extends AbstractWSSecurityObjectMarshaller
Marshaller for instances of AttributedString
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributedStringMarshaller
public AttributedStringMarshaller()
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject,
Element domElement)
throws MarshallingException
-
- Overrides:
marshallAttributes
in class AbstractWSSecurityObjectMarshaller
- Throws:
MarshallingException
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject,
Element domElement)
throws MarshallingException
-
- Overrides:
marshallElementContent
in class AbstractWSSecurityObjectMarshaller
- Throws:
MarshallingException
Copyright © 1999-2013. All Rights Reserved.