Skyway Operations

From Skyway Wiki

Jump to: navigation, search

Skyway Operations are models that represent an invokable "method" or operation in a Service. The operation abstracts the basic contract as having a name, a set of inputs, a set of outputs, a set of variables, and optionally a set of exceptions.

The inputs, outputs, and variables can either be simple types like Text, Picture, etc or they can be Data Types.

For each input/output/variable you can specify whether it is a collection, or not.

Each operation is generated as a POJO that can be executed through the generated Service interface, and you can specify whether the operation should be made available to the Web Service definition if you are running EE.

Once you define an operation, you can use one or more actions to implment that operation.

Personal tools