Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Parameters SERVICEINPUTCLASS and SERVICEOUTPUTCLASS - what are they?

Question
Eduard Lebedyuk · Aug 29, 2017

Parameters SERVICEINPUTCLASS and SERVICEOUTPUTCLASS - what are they?

Several Ensemble adapters have SERVICEINPUTCLASS and/or SERVICEOUTPUTCLASS parameters defined.

For example:

Class EnsLib.HTTP.InboundAdapter Extends EnsLib.TCP.InboundAdapter
{

Parameter SERVICEINPUTCLASS = "%Stream.Object";

Parameter SERVICEOUTPUTCLASS = "%Stream.Object";

...
}

What are they for?

#Ensemble #Business Service

Source URL:https://community.intersystems.com/post/parameters-serviceinputclass-and-serviceoutputclass-what-are-they