Package org.serviceconnector.web.xml
Class DumpXMLLoader
java.lang.Object
org.serviceconnector.web.xml.AbstractXMLLoader
org.serviceconnector.web.xml.DumpXMLLoader
- All Implemented Interfaces:
IXMLLoader
The Class DumpXMLLoader.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
AbstractXMLLoader.Paging -
Field Summary
Fields inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
XMLSDF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisText()Checks if is text.voidloadBody(Writer writer, IWebRequest request) Load body.voidloadBody(XMLStreamWriter writer, IWebRequest request) Load body.Methods inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
addMeta, addMeta, connectClientToService, getParameterInt, load, writeBean, writeFailure, writeHeaderMap, writePagingAttributes, writeRuntime, writeSuccess, writeSystem, writeWebInfo, writeXMLDate
-
Constructor Details
-
DumpXMLLoader
public DumpXMLLoader()
-
-
Method Details
-
loadBody
Description copied from class:AbstractXMLLoaderLoad body.- Specified by:
loadBodyin interfaceIXMLLoader- Overrides:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-
loadBody
Description copied from class:AbstractXMLLoaderLoad body.- Specified by:
loadBodyin interfaceIXMLLoader- Specified by:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-
isText
public boolean isText()Description copied from class:AbstractXMLLoaderChecks if is text.- Specified by:
isTextin interfaceIXMLLoader- Overrides:
isTextin classAbstractXMLLoader- Returns:
- true, if is text true, if is raw
-