/AWS1/CL_MPBCREATERESPGWRSP¶
CreateResponderGatewayResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID¶
The unique identifier of the gateway.
iv_status TYPE /AWS1/MPBRESPGATEWAYSTATUS /AWS1/MPBRESPGATEWAYSTATUS¶
The status of the request.
Optional arguments:¶
io_listenerconfig TYPE REF TO /AWS1/CL_MPBLISTENERCONFIG /AWS1/CL_MPBLISTENERCONFIG¶
The listener configuration for the responder gateway.
iv_externalinboundendpoint TYPE /AWS1/MPBDOMAINNAME /AWS1/MPBDOMAINNAME¶
The external inbound endpoint for the responder gateway.
Queryable Attributes¶
gatewayId¶
The unique identifier of the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
status¶
The status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
listenerConfig¶
The listener configuration for the responder gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LISTENERCONFIG() |
Getter for LISTENERCONFIG |
externalInboundEndpoint¶
The external inbound endpoint for the responder gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALINBOUNDENDPOINT() |
Getter for EXTERNALINBOUNDENDPOINT, with configurable defaul |
ASK_EXTERNALINBOUNDENDPOINT() |
Getter for EXTERNALINBOUNDENDPOINT w/ exceptions if field ha |
HAS_EXTERNALINBOUNDENDPOINT() |
Determine if EXTERNALINBOUNDENDPOINT has a value |