Function: |
Reads the outbound communication endpoint with the specified name from the configuration |
Parameters: |
Name of the BeanConnect outbound communication endpoint that is to be read.
Proxy or proxy cluster to which the outbound communication endpoint is assigned. |
Return: | ( The read outbound communication endpoint or |
Exceptions: |
|
Example: | ... import BcAdminOutboundCommEndpoint import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ce_obj=BcAdminOutboundCommEndpoint.getObject("CEND",proxy_obj) ... |