View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wsag4j-rest-server-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ogf.graap.wsag.server.rest
├─ org.ogf.graap.wsag.server.rest.RestAgreementFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.RestAgreementFactoryFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.RestAgreementFactoryRegistryFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.RestNegotiationFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.RestNegotiationRegistry.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.RestWsagEngine.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.WSAG4JContextListener.class - [JAR]
org.ogf.graap.wsag.server.rest.acceptance
├─ org.ogf.graap.wsag.server.rest.acceptance.RestAcceptanceEndpointFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.acceptance.RestAcceptanceRegistryFacade.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.acceptance.RestAgreementAcceptanceFactory.class - [JAR]
├─ org.ogf.graap.wsag.server.rest.acceptance.RestAgreementAcceptanceRegistry.class - [JAR]