This type is a class for model objects.
A Web services gateway allows you to configure specific endpoint listeners and deploy gateway and proxy services to these listeners.
Package: wsgw| Attributes Summary | |
| name : EString | The name of the gateway instance. Required. The name has to be unique within the WebSphere Platform Messaging bus. Standard restrictions on managed names apply. |
| wsdlServiceNamespace : EString | The namespace assigned to this gateway for use in WSDL generation. Required. |
| description : EString | A description of the gateway instance. Optional. |
| proxyService : WSGWProxyService * | All gateway services deployed to this gateway instance. Optional |
| gatewayService : WSGWGatewayService * | All gateway services deployed to this gateway instance. Optional |
| defaultProxyWSDLLocation : SIBWSWSDLLocation @ | The URL of the default proxy WSDL description for use with proxy services. Required. |
| SIBWSEndpointListenerReference : SIBWSEndpointListenerReference * | The subset of endpoint listeners in the cell that are available to this gateway instance |
| Attribute Details |