WSGWGatewayService

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.



Attributes Summary
name : StringThe name of the gateway service.
defaultTargetName : StringThe name of the default target service to be selected.
inboundServiceName : StringThe name of the inbound service that defines the inbound web services enablement for this gateway service.
description : StringA description of the gateway service.
requestDestinationName : StringThe name of the destination to be used to process request messages for this gateway service.
replyDestinationName : StringThe name of the destination to be used to process response messages for this gateway service.
targetService : WSGWTargetService * All target services that may be routed to from this gateway service.

Attribute Details

name    -    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.
     data type:  String
     default Value:   unspecified



defaultTargetName    -    The name of the default target service to be selected. Required.
     data type:  String
     default Value:   unspecified



inboundServiceName    -    The name of the inbound service that defines the inbound web services enablement for this gateway service. Optional.
     data type:  String
     default Value:   unspecified



description    -    A description of the gateway service. Optional.
     data type:  String
     default Value:   unspecified



requestDestinationName    -    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.
     data type:  String
     default Value:   unspecified



replyDestinationName    -    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.
     data type:  String
     default Value:   unspecified



targetService    -    All target services that may be routed to from this gateway service.
     data type: WSGWTargetService*


Copyright IBM Corp. 1997-2004