Function: |
Reads the inbound service with the specified name from the configuration |
Parameters: |
Name of the BeanConnect inbound service that is to be read.
Proxy or proxy cluster to which the inbound service is assigned. |
Return: |
The read inbound service or |
Exceptions: |
|
Example: | ... import BcAdminInboundService import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") serv_obj=BcAdminInboundService.getObject("SRV",proxy_obj) ... |