com.sun.xml.bind.v2.runtime.output

Class MTOMXmlOutput

public final class MTOMXmlOutput extends XmlOutputAbstractImpl

XmlOutput decorator that supports MTOM.
Constructor Summary
MTOMXmlOutput(XmlOutput next)
Method Summary
voidattribute(Name name, String value)
voidattribute(int prefix, String localName, String value)
voidbeginStartTag(Name name)
voidbeginStartTag(int prefix, String localName)
voidendDocument(boolean fragment)
voidendStartTag()
voidendTag(Name name)
voidendTag(int prefix, String localName)
voidstartDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
voidtext(String value, boolean needsSeparatingWhitespace)
voidtext(Pcdata value, boolean needsSeparatingWhitespace)

Constructor Detail

MTOMXmlOutput

public MTOMXmlOutput(XmlOutput next)

Method Detail

attribute

public void attribute(Name name, String value)

attribute

public void attribute(int prefix, String localName, String value)

beginStartTag

public void beginStartTag(Name name)

beginStartTag

public void beginStartTag(int prefix, String localName)

endDocument

public void endDocument(boolean fragment)

endStartTag

public void endStartTag()

endTag

public void endTag(Name name)

endTag

public void endTag(int prefix, String localName)

startDocument

public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)

text

public void text(String value, boolean needsSeparatingWhitespace)

text

public void text(Pcdata value, boolean needsSeparatingWhitespace)