org.opensaml.ws.wsaddressing.impl
Class AttributedURIMarshaller
java.lang.Object
org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.ws.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
org.opensaml.ws.wsaddressing.impl.AttributedURIMarshaller
- All Implemented Interfaces:
- Marshaller
- Direct Known Subclasses:
- ActionMarshaller, AddressMarshaller, MessageIDMarshaller, ProblemIRIMarshaller, ToMarshaller
public class AttributedURIMarshaller
- extends AbstractWSAddressingObjectMarshaller
Abstract marshaller for the element of type AttributedURI
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributedURIMarshaller
public AttributedURIMarshaller()
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject,
Element domElement)
throws MarshallingException
-
- Overrides:
marshallElementContent
in class AbstractWSAddressingObjectMarshaller
- Throws:
MarshallingException
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject,
Element domElement)
throws MarshallingException
-
- Overrides:
marshallAttributes
in class AbstractWSAddressingObjectMarshaller
- Throws:
MarshallingException
Copyright © 1999-2013. All Rights Reserved.