Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Building Java Services | Java Service Editor
 
Java Service Editor
 
Source Tab
Use the Designer Java service editor to create new Java services and to edit existing Java services. If you attempt to edit a Java service that you do not have locked for edit, you can still open it in the Java service editor. However, the source code, properties, inputs, and outputs will be read only.
The Java service editor has four tabs:
*Source tab contains the code for the Java service. For more information about the Source tab, see Source Tab
*Input/Output tab contains the input and output signature of the Java service. For more information about declaring the input and output parameters for a service, see About the Service Signature.
*Logged Fields tab indicates the input and output parameters for which Integration Server logs data. For more information about logging the contents of input and output fields, see Logging Input and Output Fields.
*Comments tab contains the comments or notes, if any, for the Java service.
Note:
You can use the Designer Java service editor to edit Java services that you created in Developer. Additionally, you can use Designer to edit Java services you created with your own IDE, provided that you properly commented them as described in Building Java Services in Your Own IDE and Adding Comments to Your Java Code for the jcode Utility.