- getAdapterAddress() - Static method in class de.rwth.idsg.adapter.manage.CodeWriter
-
Tries to at least half way determine the host address
- getOperations() - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Extracts the operations offered by a web service from
the WSDL definition and calls the routines for code
stub creation and respective usage documentation.
- getParameterDetails(String, QName, QName) - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Fetches details (names and types) for a given operation parameter or return value
- getPortName() - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Getter for SOAP port name
- getServiceEndpoint() - Static method in class de.rwth.idsg.adapter.manage.InitConfiguration
-
Creates the endpoint URI for the Web service.
- getServletEndpoint() - Static method in class de.rwth.idsg.adapter.manage.InitConfiguration
-
Creates the endpoint URI for the Java servlet
to consume HTTP requests sent by clients.
- getWSDLAsDocument() - Method in class de.rwth.idsg.adapter.manage.WSDLParser
-
Gets the WSDL content from URL and creates a document from it.