public final class XmlGenerator extends Object
XmlWriter
for marshalling requests for XML protocolModifier and Type | Method and Description |
---|---|
static XmlGenerator |
create(String xmlns) |
void |
endElement() |
void |
startElement(String element) |
StringWriter |
stringWriter() |
software.amazon.awssdk.protocols.xml.internal.marshall.XmlWriter |
xmlWriter() |
public static XmlGenerator create(String xmlns)
public software.amazon.awssdk.protocols.xml.internal.marshall.XmlWriter xmlWriter()
public StringWriter stringWriter()
public void startElement(String element)
public void endElement()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.