Generated Java beans can be used to add host access tasks to applications created in any Java application development environment. Each bean includes additional read-write and read-only methods representing the inputs and outputs built into the task. Using Task Builder, you can generate two types of Java beans:
To see files generated by Task Builder, and their locations, see these two topics: Generating Task Bean Interface Objects, and Generating Service Bean Interface Objects.
When writing code to access your tasks through Java beans, you should typically follow this workflow:
![]() |
Since each service bean can contain more than one task, you would repeat steps 2 through 4 until each task has been executed. |
When you generate Web services for Apache Axis, a bean is generated, which is essentially identical to a service bean, but includes a Web Service Deployment Descriptor (WSDD) for deployment to the Apache Axis server. A WSDD is an XML document for configuring Apache Axis Web services.
![]() |
|
![]() |
Using Tasks in Your Applications |
![]() |
ITask Sample Code |
![]() |
Task Bean Input and Output Examples |
![]() |
Attachmate Javadocs |
![]() |