Class XmlResponse

java.lang.Object
com.dynamicpdf.api.Response
com.dynamicpdf.api.XmlResponse

public class XmlResponse extends Response
Represents the xml response.
  • Constructor Details

    • XmlResponse

      public XmlResponse()
      Initializes a new instance of the XmlResponse class.
    • XmlResponse

      public XmlResponse(String xmlContent)
      Initializes a new instance of the XmlResponse class.
      Parameters:
      xmlContent - The xml content of the response.
  • Method Details

    • getContent

      public String getContent()
      Gets the xml content.
      Returns:
      The xml content.