public class SMPPGatewaySettingsXMLUtilBean extends CRMBase
| Constructor and Description |
|---|
SMPPGatewaySettingsXMLUtilBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertSMPPGatewaySettingsToXML(com.crm.dataobject.communications.SMPPGatewaySettings smppGateway) |
com.crm.dataobject.communications.SMPPGatewaySettings |
loadSMPPGatewaySettingsFromXml(java.lang.String xmlString) |
com.crm.dataobject.communications.SMPPGatewaySettings |
loadSMPPGatewaySettingsFromXml(java.lang.String xmlString,
com.crm.dataobject.communications.CRMDOCommunicationDefinition communicationDefinition) |
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic SMPPGatewaySettingsXMLUtilBean()
CRMBase.CRMBase()public com.crm.dataobject.communications.SMPPGatewaySettings loadSMPPGatewaySettingsFromXml(java.lang.String xmlString)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.communications.SMPPGatewaySettings loadSMPPGatewaySettingsFromXml(java.lang.String xmlString,
com.crm.dataobject.communications.CRMDOCommunicationDefinition communicationDefinition)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic java.lang.String convertSMPPGatewaySettingsToXML(com.crm.dataobject.communications.SMPPGatewaySettings smppGateway)
throws java.lang.Exception
java.lang.Exception