Class XMLTask

java.lang.Object
overit.geocall.da.DATask
overit.geocall.da.XMLTask
All Implemented Interfaces:
Serializable, Runnable, Identified, Tool

public abstract class XMLTask extends DATask
This abstract class, that extends the DATask, must be extended to create a task that perform operation on an XMLTree request and returns as a result an XMLTree response
See Also:
  • Field Details

    • _request

      protected XMLTree _request
    • _response

      protected XMLTree _response
  • Constructor Details

    • XMLTask

      public XMLTask()
  • Method Details

    • setRequest

      public void setRequest(XMLTree t)
      Sets the request
      Parameters:
      t - The XMLTree that defines the request for the task
    • getResponse

      public XMLTree getResponse()
      Returns the response
      Returns:
      The XMLTree that represents the response of the task