Class XmlGenerator


  • @SdkInternalApi
    public final class XmlGenerator
    extends Object
    Wrapper around the XmlWriter for marshalling requests for XML protocol
    • Method Detail

      • xmlWriter

        public software.amazon.awssdk.protocols.xml.internal.marshall.XmlWriter xmlWriter()
      • startElement

        public void startElement​(String element)
      • startElement

        public void startElement​(String element,
                                 Map<String,​String> attributes)
        Start to write the element
        Parameters:
        element - the element to write
        attributes - the attributes
      • endElement

        public void endElement()