Update Outbound Enabler Proxy

Updates an existing outbound enabler proxy configuration with a given ID.

Syntax

void updateOutboundEnablerProxy(java.lang.Integer outboundEnablerProxyId,
                                OutboundEnablerProxyVO outboundEnablerProxy)
                                throws com.sybase.sup.admin.exception.SUPAdminException;

Parameters

Returns

If successful, updates the outbound enabler proxy configuration. If unsuccessful, returns SUPAdminException.

Examples