SMSServer InterfacesIntroductionInterfaces act as source of messages to be sent out or as storage of messages already received by SMSServer gateways. It's possible to restrict a interface to inbound or outbound message processing only: interface.1=db1, Database
...
interface.2=xml1, Xml, inbound
...
interface.3=jmx1, Jmx, outbound This would create three interfaces: - db1 is used to handle inbound and outbound messages.
- xml1 will receive inbound messages but will never be able to send outbound messages.
- jmx1 will never receive inbound messages but will be able to send outbound messages.
InstallationThe core SMSServer sources are shipped with some basic interfaces in order to reduce dependencies. Some of the interfaces below may require extra installation steps. Please read each interface's documentation carefully! Supported interfacesSMSServer currently supports the following interfaces:
|
In the example xml2 (with bold) is jmx1.