Interface IXMLLoader

All Known Implementing Classes:
AbstractXMLLoader, AjaxContentXMLLoader, AjaxMaintenanceXMLLoader, AjaxResourceXMLLoader, AjaxSystemXMLLoader, CacheXMLLoader, DefaultXMLLoader, DumpXMLLoader, LogsXMLLoader, MaintenanceXMLLoader, ResourceXMLLoader, RespondersXMLLoader, ServersXMLLoader, ServicesXMLLoader, SessionsXMLLoader, SubscriptionsXMLLoader, TimerXMLLoader

public interface IXMLLoader
The Interface IXMLLoader.
  • Method Details

    • isText

      boolean isText()
      Checks if this loader returns raw text instead of xml.
      Returns:
      true, if is raw
    • load

      void load(IWebRequest request, OutputStream os) throws Exception
      Load.
      Parameters:
      request - the request
      os - the os
      Throws:
      Exception - the exception
    • loadBody

      void loadBody(Writer writer, IWebRequest request) throws Exception
      Load body.
      Parameters:
      writer - the writer
      request - the request
      Throws:
      Exception - the exception
    • loadBody

      void loadBody(XMLStreamWriter writer, IWebRequest request) throws Exception
      Load body.
      Parameters:
      writer - the writer
      request - the request
      Throws:
      Exception - the exception
    • addMeta

      void addMeta(String name, String value)
      Adds the meta.
      Parameters:
      name - the name
      value - the value
    • addMeta

      void addMeta(Map<String,String> map)
      Adds the meta.
      Parameters:
      map - the map