public class EndPointReferenceMarshaller extends AbstractXMLObjectMarshaller
EndPointReference
objects.Constructor and Description |
---|
EndPointReferenceMarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
protected void marshallAttributes(XMLObject fedObject, Element domElement)
marshallAttributes
in class AbstractXMLObjectMarshaller
fedObject
- the XMLObject to marshalldomElement
- the W3C DOM elementprotected void marshallElementContent(XMLObject fedObject, Element domElement)
marshallElementContent
in class AbstractXMLObjectMarshaller
fedObject
- the XMLObjectdomElement
- the DOM element recieving the contentCopyright © 2016. All rights reserved.