IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Prototype Remote Connection for POJO service

About this task

The prototype means when the server receives a client request, one instance of the service is instantiated. And the instance is destroyed after the execution of the method.

The process of setting up a Prototype Remote connection is the same as the Singleton Remote Connection, except for the service registration on the server side. The scope is set to prototype. For example, <service.TestService id="testService" scope=”prototype”/>



Feedback