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, setSessionContext
public SMPPGatewaySettingsXMLUtilBean()
CRMBase.CRMBase()
public com.crm.dataobject.communications.SMPPGatewaySettings loadSMPPGatewaySettingsFromXml(java.lang.String xmlString) throws java.lang.Exception
java.lang.Exception
public 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.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
public java.lang.String convertSMPPGatewaySettingsToXML(com.crm.dataobject.communications.SMPPGatewaySettings smppGateway) throws java.lang.Exception
java.lang.Exception