Portlet Factory, Version 6.1.2


 

Objects Created by the Service Consumer builder

This topic describes the objects, such as LJOs, variables, methods and data services, that are created by the Service Consumer builder in the WebApp.

 

Linked Java Objects

buildername

LJO that includes helper methods that are used by the generated method to invoke the service operations.

 

Schemas

<buildername><schema from provider>

XSD schema will be created for each of the schema defined by the provider model.

 

Variables

<buildername><target operation name>Inputs

Schema-type input variable used to provide input values to the specified operation.

<buildername><target operation name>Results

Schema-type results variable used to hold the result values of the specified operation.

 

Methods

<buildername><target operation name>

Method used to invoke the service without passing arguments.

Note: The <buildername><target operation name>Inputs WebApp Variable should be populated prior to invoking this method.

<buildername><target operation name>WithArgs

Method used to invoke the service, operation passing any required arguments.

 

Data Service

<buildername>

Data Service metadata that provides the name of the operation(s) provided by this builder, and the input/output variables used by each operation. Relevant property information is also provided.

Parent topic: Service Consumer builder


Library | Support |