DOC

org.simple4j : WSClient

Maven & Gradle

Nov 22, 2019
0 stars

WSClient · This is a simple Web Service Client library to call wide variety of web service behind HTTP. In theory it can support any interface or payload. On the request side, to convert java object to HTTP request components (URL, headers, body), templating is used which allows it to call XML, JSON, SOAP, REST or anyother custom interface. On the response side, it uses pluggable parser and a mapper to only extract the fields that are of interest for the client program. The parser currently supports JSON and XML and returns a collections tree.

Table Of Contents

Latest Version

Download org.simple4j : WSClient Javadoc & API Documentation - Latest Versions:

All Versions

Download org.simple4j : WSClient Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file WSClient-1.1.2-javadoc.jar to WSClient-1.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder WSClient-1.1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "WSClient-1.1.2-sources.jar" -d "WSClient-1.1.2-javadoc" -subpackages 

Advertisement