Class XmlResponder<S>

java.lang.Object
esendex.sdk.java.service.resource.base.XmlResponder<S>
Type Parameters:
S - the expected type of the response object

public class XmlResponder<S> extends Object
The Class XmlResponder.
  • Constructor Details

    • XmlResponder

      public XmlResponder(String responseContent) throws EsendexException
      Instantiates a new xml responder.
      Parameters:
      responseContent - the response content
      Throws:
      EsendexException - the esendex exception
  • Method Details

    • getResponseObject

      public S getResponseObject()
      Gets the response object.
      Returns:
      the response object