Class XSURIMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSURIMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
AdditionalMetadataLocationMarshaller
,AttributedURIMarshaller
,AuthenticationTypeMarshaller
,CanonicalizationAlgorithmMarshaller
,CodeMarshaller
,ComputedKeyAlgorithmMarshaller
,ComputedKeyMarshaller
,EncryptionAlgorithmMarshaller
,EncryptWithMarshaller
,KeyTypeMarshaller
,KeyWrapAlgorithmMarshaller
,LocalizedURIMarshaller
,RelatesToMarshaller
,RequestTypeMarshaller
,SignatureAlgorithmMarshaller
,SignWithMarshaller
,SoapActionMarshaller
,TokenTypeMarshaller
A thread-safe marshaller for
XSURI
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallElementContent
(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallAttributes, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
XSURIMarshaller
public XSURIMarshaller()
-
-
Method Details
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException Marshalls data from the XMLObject into content of the DOM Element. The default implementation of this method is a no-op.- Overrides:
marshallElementContent
in classAbstractXMLObjectMarshaller
- Parameters:
xmlObject
- the XMLObjectdomElement
- the DOM element recieving the content- Throws:
MarshallingException
- thrown if the textual content can not be added to the DOM element
-