org.opensaml.samlext.samlec.impl
Class SessionKeyMarshaller
java.lang.Object
org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.common.impl.AbstractSAMLObjectMarshaller
org.opensaml.samlext.samlec.impl.SessionKeyMarshaller
- All Implemented Interfaces:
- Marshaller
public class SessionKeyMarshaller
- extends AbstractSAMLObjectMarshaller
A thread-safe Marshaller for SessionKey objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionKeyMarshaller
public SessionKeyMarshaller()
marshallAttributes
protected void marshallAttributes(XMLObject samlObject,
Element domElement)
throws MarshallingException
- No-op method. Extending implementations should override this method if they have attributes to marshall into the
Element.
- Overrides:
marshallAttributes in class AbstractSAMLObjectMarshaller
- Throws:
MarshallingException
Copyright © 1999-2013. All Rights Reserved.