Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Removes the specified inbound message endpoint from the configuration. |
Parameters: |
Inbound message endpoint that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminInboundMsgEndpoint
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
me_obj=BcAdminInboundMsgEndpoint.getObject("myMEP",proxy_obj)
BcAdminInboundMsgEndpoint.remove(me_obj)
...
|