- readWSDL() - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Main method that starts the WSDL parsing process and calls other helper methods.
- RequestProcessor - Class in de.rwth.idsg.adapter.json2soap
-
The main class that handles Camel exchanges to initiate
and manage the mapping process of requests.
- RequestProcessor() - Constructor for class de.rwth.idsg.adapter.json2soap.RequestProcessor
-
- RequestUtils - Class in de.rwth.idsg.adapter.json2soap
-
This class is responsible of syntactically converting
JSON-RPC request messages into SOAP request messages.
- RequestUtils() - Constructor for class de.rwth.idsg.adapter.json2soap.RequestUtils
-
- ResponseObjectCreator - Class in de.rwth.idsg.adapter.soap2json
-
This class is responsible of syntactically converting
SOAP response messages into JSON-RPC response messages.
- ResponseObjectCreator() - Constructor for class de.rwth.idsg.adapter.soap2json.ResponseObjectCreator
-
- ResponseProcessor - Class in de.rwth.idsg.adapter.soap2json
-
The main class that handles Camel exchanges to initiate
and manage the mapping process of responses.
- ResponseProcessor() - Constructor for class de.rwth.idsg.adapter.soap2json.ResponseProcessor
-