jar

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 JAR file - Latest Versions:

All Versions

Download org.simple4j : WSClient JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window WSClient-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.simple4j.wsclient.mapper

├─ org.simple4j.wsclient.mapper.IMapper.class - [JAR]

org.simple4j.wsclient.http

├─ org.simple4j.wsclient.http.HTTPWSClient.class - [JAR]

├─ org.simple4j.wsclient.http.HTTPWSResponse.class - [JAR]

org.simple4j.wsclient.parser

├─ org.simple4j.wsclient.parser.IParser.class - [JAR]

org.simple4j.wsclient.formatter

├─ org.simple4j.wsclient.formatter.IFormatter.class - [JAR]

org.simple4j.wsclient.util

├─ org.simple4j.wsclient.util.CollectionsPathRetreiver.class - [JAR]

org.simple4j.wsclient.exception

├─ org.simple4j.wsclient.exception.SystemException.class - [JAR]

├─ org.simple4j.wsclient.exception.ThrowableBean.class - [JAR]

├─ org.simple4j.wsclient.exception.ThrowableBeanFactory.class - [JAR]

org.simple4j.wsclient.formatter.impl

├─ org.simple4j.wsclient.formatter.impl.DummyFormatter.class - [JAR]

├─ org.simple4j.wsclient.formatter.impl.FreemarkerFormatter.class - [JAR]

├─ org.simple4j.wsclient.formatter.impl.SimpleFormatter.class - [JAR]

├─ org.simple4j.wsclient.formatter.impl.VelocityFormatter.class - [JAR]

org.simple4j.wsclient.parser.impl

├─ org.simple4j.wsclient.parser.impl.JSONParser.class - [JAR]

├─ org.simple4j.wsclient.parser.impl.XMLParser.class - [JAR]

org.simple4j.wsclient.caller

├─ org.simple4j.wsclient.caller.Caller.class - [JAR]

├─ org.simple4j.wsclient.caller.CallerFactory.class - [JAR]

├─ org.simple4j.wsclient.caller.FreeMarkerJSONCallerFactory.class - [JAR]

├─ org.simple4j.wsclient.caller.FreeMarkerJSONCallerFactoryConfiguration.class - [JAR]

├─ org.simple4j.wsclient.caller.PreTransactionCallback.class - [JAR]

├─ org.simple4j.wsclient.caller.Request.class - [JAR]

├─ org.simple4j.wsclient.caller.Response.class - [JAR]

Advertisement