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 celtix-jbi-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.objectweb.celtix.jbi
├─ org.objectweb.celtix.jbi.ServiceConsumer.class - [JAR]
org.objectweb.celtix.jbi.se
├─ org.objectweb.celtix.jbi.se.CeltixBootstrap.class - [JAR]
├─ org.objectweb.celtix.jbi.se.CeltixServiceEngine.class - [JAR]
├─ org.objectweb.celtix.jbi.se.CeltixServiceUnit.class - [JAR]
├─ org.objectweb.celtix.jbi.se.CeltixServiceUnitManager.class - [JAR]
├─ org.objectweb.celtix.jbi.se.ComponentClassLoader.class - [JAR]
org.objectweb.celtix.jbi.transport
├─ org.objectweb.celtix.jbi.transport.JBIClientTransport.class - [JAR]
├─ org.objectweb.celtix.jbi.transport.JBIInputStreamMessageContext.class - [JAR]
├─ org.objectweb.celtix.jbi.transport.JBIMessageHelper.class - [JAR]
├─ org.objectweb.celtix.jbi.transport.JBIOutputStreamMessageContext.class - [JAR]
├─ org.objectweb.celtix.jbi.transport.JBIServerTransport.class - [JAR]
├─ org.objectweb.celtix.jbi.transport.JBITransportFactory.class - [JAR]