Class AddressMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
org.opensaml.soap.wsaddressing.impl.AddressMarshaller
- All Implemented Interfaces:
Marshaller
public class AddressMarshaller extends AttributedURIMarshaller
Marshaller for the <wsa:Address> element.
- See Also:
Address
-
Constructor Summary
Constructors Constructor Description AddressMarshaller()
-
Method Summary
Methods inherited from class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
marshallAttributes, marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
AddressMarshaller
public AddressMarshaller()
-