Sonic ESB API

com.sonicsw.esb.mgmtapi.config
Interface IActionalConfig


public interface IActionalConfig

Encapsulates all the Actional related configuration


Method Summary
 boolean isInterceptorEnabled()
          Returns the status of whether Actional interceptor is enabled or disabled in this ESB container
 boolean isPayloadReportingEnabled()
          Returns the status of whether the Actional reports the contents of the message payload.
 void setInterceptorEnabled(boolean ei)
          Enable or disable the Actional interceptor in this ESB container
 void setPayloadReportingEnabled(boolean epr)
          Allow or disallow the Actional interceptor to report the message payload contents.
 

Method Detail

isInterceptorEnabled

boolean isInterceptorEnabled()
Returns the status of whether Actional interceptor is enabled or disabled in this ESB container

Returns:
true if Actional interceptor is to be enabled

setInterceptorEnabled

void setInterceptorEnabled(boolean ei)
Enable or disable the Actional interceptor in this ESB container

Parameters:
ei - value of true will enable the interceptor

isPayloadReportingEnabled

boolean isPayloadReportingEnabled()
Returns the status of whether the Actional reports the contents of the message payload.

Returns:
true if payload capture is to be enabled

setPayloadReportingEnabled

void setPayloadReportingEnabled(boolean epr)
Allow or disallow the Actional interceptor to report the message payload contents. This configuration change will only take effect if the actional interceptor is enabled.

Parameters:
epr - value of true will enable payload capture

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.