jar

com.xkcoding : soap-server

Maven & Gradle

May 24, 2019
5 usages

soap-server - XML based SOAP server

Table Of Contents

Latest Version

Download com.xkcoding : soap-server JAR file - Latest Versions:

All Versions

Download com.xkcoding : soap-server JAR file - All Versions:

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

org.reficio.ws.server.core

├─ org.reficio.ws.server.core.SoapServer.class - [JAR]

├─ org.reficio.ws.server.core.SoapServerConstants.class - [JAR]

├─ org.reficio.ws.server.core.SoapServerFactory.class - [JAR]

org.reficio.ws.server

├─ org.reficio.ws.server.OperationNotFoundException.class - [JAR]

├─ org.reficio.ws.server.ServiceRegistrationException.class - [JAR]

├─ org.reficio.ws.server.SoapServerException.class - [JAR]

org.reficio.ws.server.responder

├─ org.reficio.ws.server.responder.AbstractResponder.class - [JAR]

├─ org.reficio.ws.server.responder.AutoResponder.class - [JAR]

├─ org.reficio.ws.server.responder.RequestResponder.class - [JAR]

org.reficio.ws.server.endpoint

├─ org.reficio.ws.server.endpoint.ContextEndpointAdapter.class - [JAR]

├─ org.reficio.ws.server.endpoint.ContextPayloadEndpoint.class - [JAR]

├─ org.reficio.ws.server.endpoint.GenericContextDomEndpoint.class - [JAR]

├─ org.reficio.ws.server.endpoint.GenericEndpointMapping.class - [JAR]

├─ org.reficio.ws.server.endpoint.GenericSoapMessage.class - [JAR]

org.reficio.ws.server.protocol

├─ org.reficio.ws.server.protocol.GenericSoapMessageFactory.class - [JAR]

├─ org.reficio.ws.server.protocol.SimpleSoapProtocolChooser.class - [JAR]

├─ org.reficio.ws.server.protocol.SoapProtocolChooser.class - [JAR]

org.reficio.ws.server.matcher

├─ org.reficio.ws.server.matcher.AggregatingVisitor.class - [JAR]

├─ org.reficio.ws.server.matcher.BindingOperationVisitor.class - [JAR]

├─ org.reficio.ws.server.matcher.SoapOperationMatcher.class - [JAR]

Advertisement