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 petals-jbiapi-mock-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.objectweb.petals.test.javax.jbi.messaging
├─ org.objectweb.petals.test.javax.jbi.messaging.MockDeliveryChannel.class - [JAR]
├─ org.objectweb.petals.test.javax.jbi.messaging.MockInOnly.class - [JAR]
├─ org.objectweb.petals.test.javax.jbi.messaging.MockInOptionalOut.class - [JAR]
├─ org.objectweb.petals.test.javax.jbi.messaging.MockInOut.class - [JAR]
├─ org.objectweb.petals.test.javax.jbi.messaging.MockMessageExchangeFactory.class - [JAR]
├─ org.objectweb.petals.test.javax.jbi.messaging.MockRobustInOnly.class - [JAR]
org.objectweb.petals.test.util
├─ org.objectweb.petals.test.util.MockJbiApiUtil.class - [JAR]