Application Integration
- Application Integration
- All Products
META-INF Manifest.mf jboss-app.xml application.xml name.jar customInvokeSample.jar ae_awfwsio.jar
Web Application File
| Description
|
---|---|
META-INF
Manifest.mf
| Contains meta-information about the EAR file and can also contain information about the other files that are packaged in the archive. This file name and pathname are required for an EAR file.
|
jboss-app.xml
| A representative configuration file from a J2EE server, in this case JBoss
|
application.xml
| Descriptor required for the EAR file
|
customInvokeSample.jar
| Custom Invoke handler referencing the
IAeInvokeHandler implementation
|
ae_wsio.jar
| Contains the core interfaces used to send messages to the engine. The file is located in the Process Server EAR file.
|
ae_awfwsio.jar
| Contains the required interfaces for interacting with the Process Server EJB. The file is located in the Process Server EAR file.
|
qname.jar
| Required for handling WSDL. The file is located in the Process Server EAR file.
|