public interface SAFErrorHandlingBean extends NamedEntityBean
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLogFormat()
Specifies how information is logged when  
Policy is set to
 Log. | 
String | 
getPolicy()
The error handling policy for this SAF error handling resource. 
 | 
SAFDestinationBean | 
getSAFErrorDestination()
Specifies the error destination when  
Policy is set to
 Redirect. | 
void | 
setLogFormat(String logFormat)
Sets the value of the  
LogFormat attribute. | 
void | 
setPolicy(String policy)
Sets the value of the  
Policy attrubute. | 
void | 
setSAFErrorDestination(SAFDestinationBean errorDestination)
Sets the value of the  
SAFErrorDestination attribute. | 
String getPolicy()
The error handling policy for this SAF error handling resource.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setPolicy(String policy) throws IllegalArgumentException
Sets the value of the Policy attrubute.
IllegalArgumentExceptionSAFErrorHandlingBean.getPolicy()String getLogFormat()
Specifies how information is logged when Policy is set to
 Log.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setLogFormat(String logFormat) throws IllegalArgumentException
Sets the value of the LogFormat attribute.
IllegalArgumentExceptionSAFErrorHandlingBean.getLogFormat()SAFDestinationBean getSAFErrorDestination()
Specifies the error destination when Policy is set to
 Redirect.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setSAFErrorDestination(SAFDestinationBean errorDestination) throws IllegalArgumentException
Sets the value of the SAFErrorDestination attribute.
IllegalArgumentException