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