- code - Variable in class de.rwth.idsg.adapter.manage.WSDLParser
-
- codeHead - Variable in class de.rwth.idsg.adapter.manage.CodeWriter
-
The header file code of the actual web service adapter
- codeImpl - Variable in class de.rwth.idsg.adapter.manage.CodeWriter
-
The implementation of the actual web service adapter
- codeUsage - Variable in class de.rwth.idsg.adapter.manage.CodeWriter
-
Stores the code that gives a usage stub for each supported method
- CodeWriter - Class in de.rwth.idsg.adapter.manage
-
This class provides functionality to generates an Objective-C client
stub and corresponding XCode sample project for the web service adapter.
- CodeWriter(String) - Constructor for class de.rwth.idsg.adapter.manage.CodeWriter
-
Initializes a new CodeWriter
Adds initial static stub code to the respective variables
- configure() - Method in class de.rwth.idsg.adapter.common.MappingRoute
-
- convertToJson(Element) - Method in class de.rwth.idsg.adapter.soap2json.ResponseObjectCreator
-
Converts a XML element into a JSON ObjectNode.
- convertToXml(JsonNode, String) - Method in class de.rwth.idsg.adapter.json2soap.RequestUtils
-
Converts a JsonNode into Xml element.
- convertWSDLtoHTML(Document) - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Creates a HTML page for clients using XSLT that displays information
how to access/use the Web service.
- createErrorResponse(int, String, String[], Object) - Method in class de.rwth.idsg.adapter.soap2json.ResponseObjectCreator
-
Writes a JSON-RPC 2.0 response object when a RPC call encounters an error.
- createNormalResponse(Element, Object) - Method in class de.rwth.idsg.adapter.soap2json.ResponseObjectCreator
-
Writes a JSON-RPC 2.0 response object WITHOUT HEADER when everything goes okay.
- createNormalResponse(Element, Element, Object) - Method in class de.rwth.idsg.adapter.soap2json.ResponseObjectCreator
-
Writes a JSON-RPC 2.0 response object WITH HEADER when everything goes okay.