IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.sms.config
Class DLRHandlerConfiguration

java.lang.Object
  extended by com.ibm.btt.channel.sms.config.DLRHandlerConfiguration

public class DLRHandlerConfiguration
extends java.lang.Object

Configuration for Delivery Report(DLR) handler. Data bean can be initialized by the configuration file of element factory. Used by DLR handler to parse the DLR data and store the DLR information.


Field Summary
(package private)  DLRStore dlrStore
           
(package private)  ParameterNames parameterNames
           
(package private)  java.util.Map statusCodeConverter
           
(package private)  boolean xmlHttp
           
 
Constructor Summary
DLRHandlerConfiguration()
           
 
Method Summary
 DLRStore getDlrStore()
          The DLRStore implementation class to handle how to store the DLR information.
 ParameterNames getParameterNames()
          parameterNames definition used to parse the DLR data from gateway
 java.util.Map getStatusCodeConverter()
          The map definition used to convert the status code from gateway�s specific to the standard status code.
 boolean getXmlHttp()
          Content type of HTTP request from SMS gateway (default : false)
 void setDlrStore(DLRStore dlrStore)
          The DLRStore implementation class to handle how to store the DLR information.
 void setParameterNames(ParameterNames parameterNames)
          parameterNames definition used to parse the DLR data from gateway
 void setStatusCodeConverter(java.util.Map statusCodeConverter)
           
 void setXmlHttp(boolean xmlHttp)
          Content type of HTTP request from SMS gateway (default : false)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlHttp

boolean xmlHttp

parameterNames

ParameterNames parameterNames

dlrStore

DLRStore dlrStore

statusCodeConverter

java.util.Map statusCodeConverter
Constructor Detail

DLRHandlerConfiguration

public DLRHandlerConfiguration()
Method Detail

getXmlHttp

public boolean getXmlHttp()
Content type of HTTP request from SMS gateway (default : false)

Returns:

setXmlHttp

public void setXmlHttp(boolean xmlHttp)
Content type of HTTP request from SMS gateway (default : false)

Parameters:
xmlHttp -

getParameterNames

public ParameterNames getParameterNames()
parameterNames definition used to parse the DLR data from gateway

Returns:

setParameterNames

public void setParameterNames(ParameterNames parameterNames)
parameterNames definition used to parse the DLR data from gateway

Parameters:
parameterNames -

getDlrStore

public DLRStore getDlrStore()
The DLRStore implementation class to handle how to store the DLR information.

Returns:

setDlrStore

public void setDlrStore(DLRStore dlrStore)
The DLRStore implementation class to handle how to store the DLR information.

Parameters:
dlrStore -

getStatusCodeConverter

public java.util.Map getStatusCodeConverter()
The map definition used to convert the status code from gateway�s specific to the standard status code. The key is the gateway�s code, the value is the standard code.

Returns:

setStatusCodeConverter

public void setStatusCodeConverter(java.util.Map statusCodeConverter)
Parameters:
statusCodeConverter -
See Also:
getStatusCodeConverter()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011