jar

com.networknt : generic-rest2soap

Maven & Gradle

Aug 22, 2023

A generic yaml rule action implementation to transform REST to SOAP in the request/response transform interceptor.

Table Of Contents

Latest Version

Download com.networknt : generic-rest2soap JAR file - Latest Versions:

All Versions

Download com.networknt : generic-rest2soap JAR file - All Versions:

Version Vulnerabilities Size Updated
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 generic-rest2soap-1.0.17.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.networknt.rule.soap.exception

├─ com.networknt.rule.soap.exception.InvalidJsonBodyException.class - [JAR]

├─ com.networknt.rule.soap.exception.InvalidSoapBodyException.class - [JAR]

com.networknt.rule.soap.transformer

├─ com.networknt.rule.soap.transformer.EncodeTransformer.class - [JAR]

├─ com.networknt.rule.soap.transformer.JsonTransformer.class - [JAR]

├─ com.networknt.rule.soap.transformer.TransformChain.class - [JAR]

├─ com.networknt.rule.soap.transformer.Transformer.class - [JAR]

├─ com.networknt.rule.soap.transformer.XmlAttributeManager.class - [JAR]

├─ com.networknt.rule.soap.transformer.XmlTransformer.class - [JAR]

com.networknt.rule.soap

├─ com.networknt.rule.soap.Constants.class - [JAR]

├─ com.networknt.rule.soap.Rest2SoapTransformAction.class - [JAR]

├─ com.networknt.rule.soap.Soap2RestTransformAction.class - [JAR]

├─ com.networknt.rule.soap.SoapSerializable.class - [JAR]

├─ com.networknt.rule.soap.Util.class - [JAR]

Advertisement