com.atlassian.confluence.content.render.xhtml
Interface StaxStreamMarshaller<T>

Type Parameters:
T - the type of the object to be marshalled.
All Known Implementing Classes:
AttachmentStaxStreamMarshaller, DelegatingEditorResourceIdentifierMarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller, EditorLinkMarshallingStrategy, EditorShortcutResourceIdentifierMarshallerAndUnmarshaller, EditorUserResourceIdentifierMarshallerAndUnmarshaller

public interface StaxStreamMarshaller<T>

Marshals the specified object to a StAX stream.


Method Summary
 void marshal(T object, XMLStreamWriter xmlStreamWriter)
           
 

Method Detail

marshal

void marshal(T object,
             XMLStreamWriter xmlStreamWriter)
             throws XMLStreamException
Throws:
XMLStreamException


Confluence is developed by Atlassian.