This type is a class for model objects.
A Gateway service provides the configuration of the web service enablement of a SIBus destination, along with the information that maps to one or more target destinations.
Package: wsgwAttributes Summary | |
name : EString | The name of the gateway service. Required. The name has to be unique in the set of all gateway and proxy services in the gateway instance. Standard restrictions on managed names apply. |
defaultTargetName : EString | The name of the default target service to be selected. Required. |
inboundServiceName : EString | The name of the inbound service that defines the inbound web services enablement for this gateway service. Optional. |
description : EString | A description of the gateway service. Optional. |
requestDestinationName : EString | The name of the destination to be used to process request messages for this gateway service. Optional. The default name is the same as the name of the gateway service. |
replyDestinationName : EString | The name of the destination to be used to process response messages for this gateway service. Optional. The default name is the same as the name of the request destination with "Reply" appended. |
targetService : WSGWTargetService * | All target services that may be routed to from this gateway service. |
Attribute Details |