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 jain-slee-annotations-examples-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mobicents.slee.annotations.examples.resource
├─ org.mobicents.slee.annotations.examples.resource.ExampleActivity.class - [JAR]
├─ org.mobicents.slee.annotations.examples.resource.ExampleActivityContextInterfaceFactory.class - [JAR]
├─ org.mobicents.slee.annotations.examples.resource.ExampleAnnotatedResourceAdaptor.class - [JAR]
├─ org.mobicents.slee.annotations.examples.resource.ExampleResourceAdaptorSbbInterface.class - [JAR]
org.mobicents.slee.annotations.examples.ejb
├─ org.mobicents.slee.annotations.examples.ejb.SomeEJBHome.class - [JAR]
├─ org.mobicents.slee.annotations.examples.ejb.SomeEJBRemote.class - [JAR]
org.mobicents.slee.annotations.examples.event
├─ org.mobicents.slee.annotations.examples.event.ExampleEvent.class - [JAR]
├─ org.mobicents.slee.annotations.examples.event.ExampleSecondEvent.class - [JAR]
org.mobicents.slee.annotations.examples
├─ org.mobicents.slee.annotations.examples.ExampleUsageParametersInterface.class - [JAR]
org.mobicents.slee.annotations.examples.sbb
├─ org.mobicents.slee.annotations.examples.sbb.CompleteExampleAnnotatedSbb.class - [JAR]
├─ org.mobicents.slee.annotations.examples.sbb.ExampleSbbActivityContextInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.sbb.ExampleSbbLocalObject.class - [JAR]
├─ org.mobicents.slee.annotations.examples.sbb.SecondaryInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.sbb.SimpleExampleAnnotatedSbb.class - [JAR]
├─ org.mobicents.slee.annotations.examples.sbb.SimpleExampleSbbLocalObject.class - [JAR]
org.mobicents.slee.annotations.examples.profile
├─ org.mobicents.slee.annotations.examples.profile.CompleteExampleAnnotatedProfile.class - [JAR]
├─ org.mobicents.slee.annotations.examples.profile.ExampleProfileCMPInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.profile.ExampleProfileLocalInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.profile.ExampleProfileManagementInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.profile.ExampleProfileTableInterface.class - [JAR]
├─ org.mobicents.slee.annotations.examples.profile.SimpleExampleProfileCMPInterface.class - [JAR]