|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.channel.sms.config.DLRHandlerConfiguration
public class DLRHandlerConfiguration
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 |
---|
boolean xmlHttp
ParameterNames parameterNames
DLRStore dlrStore
java.util.Map statusCodeConverter
Constructor Detail |
---|
public DLRHandlerConfiguration()
Method Detail |
---|
public boolean getXmlHttp()
public void setXmlHttp(boolean xmlHttp)
xmlHttp
- public ParameterNames getParameterNames()
public void setParameterNames(ParameterNames parameterNames)
parameterNames
- public DLRStore getDlrStore()
public void setDlrStore(DLRStore dlrStore)
dlrStore
- public java.util.Map getStatusCodeConverter()
public void setStatusCodeConverter(java.util.Map statusCodeConverter)
statusCodeConverter
- getStatusCodeConverter()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |