Funktion: |
Liest den Outbound Communication Endpoint mit angegebenen Namen aus der Konfiguration |
Parameter: |
Name des BeanConnect Outbound Communication Endpoint, der gelesen werden soll.
Proxy bzw. Proxy Cluster, dem der Outbound Communication Endpoint zugeordnet ist. |
Rückgabe: | ( Der gelesene Outbound Communication Endpoint, oder |
Exceptions: |
|
Beispiel: | ... import BcAdminOutboundCommEndpoint import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ce_obj=BcAdminOutboundCommEndpoint.getObject("CEND",proxy_obj) ... |