Package org.serviceconnector.web.xml
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 Summary
Modifier and TypeMethodDescriptionvoidAdds the meta.voidAdds the meta.booleanisText()Checks if this loader returns raw text instead of xml.voidload(IWebRequest request, OutputStream os) Load.voidloadBody(Writer writer, IWebRequest request) Load body.voidloadBody(XMLStreamWriter writer, IWebRequest request) Load body.
-
Method Details
-
isText
boolean isText()Checks if this loader returns raw text instead of xml.- Returns:
- true, if is raw
-
load
Load.- Parameters:
request- the requestos- the os- Throws:
Exception- the exception
-
loadBody
Load body.- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-
loadBody
Load body.- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-
addMeta
Adds the meta.- Parameters:
name- the namevalue- the value
-
addMeta
Adds the meta.- Parameters:
map- the map
-