Package org.serviceconnector.web.xml
Class RespondersXMLLoader
java.lang.Object
org.serviceconnector.web.xml.AbstractXMLLoader
org.serviceconnector.web.xml.RespondersXMLLoader
- All Implemented Interfaces:
IXMLLoader
The Class RespondersXMLLoader.
-
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 TypeMethodDescriptionfinal voidloadBody(Writer writer, IWebRequest request) Load body.final voidloadBody(XMLStreamWriter writer, IWebRequest request) Load body.Methods inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
addMeta, addMeta, connectClientToService, getParameterInt, isText, load, writeBean, writeFailure, writeHeaderMap, writePagingAttributes, writeRuntime, writeSuccess, writeSystem, writeWebInfo, writeXMLDate
-
Constructor Details
-
RespondersXMLLoader
public RespondersXMLLoader()
-
-
Method Details
-
loadBody
Load body.- Specified by:
loadBodyin interfaceIXMLLoader- Specified by:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-
loadBody
Load body.- Specified by:
loadBodyin interfaceIXMLLoader- Overrides:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-