- setEndpoints(SmppEndpointType[]) - Method in class org.apache.servicemix.smpp.SmppComponent
-
Setter on the components endpoints
- setEnquireLinkTimer(int) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the enquire link timer defining the SMSC time
interval.
- setEnquireLinkTimer(int) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the enquire link timer defining the resend time
interval.
- setHost(String) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the host name to use for connecting to the
server.
The default value is null
- setHost(String) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the host name to use for connecting to the
server.
The default value is null
- setMarshaler(SmppMarshalerSupport) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
With this method you can specify a marshaler class which provides the
logic for converting a sms message into a normalized message.
- setMarshaler(SmppMarshalerSupport) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
With this method you can specify a marshaler class which provides the
logic for converting a sms message into a normalized message.
- setPassword(String) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the password to use for connecting to the
server.
The default value is null
- setPassword(String) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the password to use for connecting to the
server.
The default value is null
- setPort(int) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the port number to use for connecting to the
server.
The default value is 2775
- setPort(int) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
- setSystemId(String) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the system id to use for connecting to the
server.
The default value is null
- setSystemId(String) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the system id to use for connecting to the
server.
The default value is null
- setSystemType(String) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the system type that will be used for connecting to the server.
- setSystemType(String) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the system type that will be used for connecting to the server.
- setTransactionTimer(int) - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
This attribute specifies the transaction timer defining the SMSC timeout.
- setTransactionTimer(int) - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
This attribute specifies the transaction timer defining the maximum
lifetime of a message.
- SmppComponent - Class in org.apache.servicemix.smpp
-
- SmppComponent() - Constructor for class org.apache.servicemix.smpp.SmppComponent
-
- SmppConsumerEndpoint - Class in org.apache.servicemix.smpp
-
A polling component which bind with jSMPP and receive SMPP messages and sends
the SMPPs into the JBI bus as messages.
- SmppConsumerEndpoint() - Constructor for class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
- SmppEndpointType - Interface in org.apache.servicemix.smpp
-
- SmppMarshalerSupport - Interface in org.apache.servicemix.smpp.marshaler
-
this is the common marshaler interface for all SMPP marshalers
- SmppProviderEndpoint - Class in org.apache.servicemix.smpp
-
A provider component receives XML message from the NMR and converts into SMPP
packet and sends it to SMS.
- SmppProviderEndpoint() - Constructor for class org.apache.servicemix.smpp.SmppProviderEndpoint
-
- start() - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
- start() - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-
- stop() - Method in class org.apache.servicemix.smpp.SmppConsumerEndpoint
-
- stop() - Method in class org.apache.servicemix.smpp.SmppProviderEndpoint
-