Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
F
G
O
P
S
T
V
D
DefaultSmppMarshaler
- Class in
org.apache.servicemix.smpp.marshaler
Default SMPP Marshaler
DefaultSmppMarshaler()
- Constructor for class org.apache.servicemix.smpp.marshaler.
DefaultSmppMarshaler
F
fromNMS(MessageExchange, NormalizedMessage)
- Method in class org.apache.servicemix.smpp.marshaler.
DefaultSmppMarshaler
fromNMS(MessageExchange, NormalizedMessage)
- Method in interface org.apache.servicemix.smpp.marshaler.
SmppMarshalerSupport
Converts a normalized message from the NMR into SMPP message
G
getConfiguredEndpoints()
- Method in class org.apache.servicemix.smpp.
SmppComponent
getEndpointClasses()
- Method in class org.apache.servicemix.smpp.
SmppComponent
getEndpoints()
- Method in class org.apache.servicemix.smpp.
SmppComponent
Getter on the component endpoints
getEnquireLinkTimer()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getEnquireLinkTimer()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getHost()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getHost()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getMarshaler()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getMarshaler()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getPassword()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getPassword()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getPort()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getPort()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getSystemId()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getSystemId()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getSystemType()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getSystemType()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
getTransactionTimer()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
getTransactionTimer()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
O
org.apache.servicemix.smpp
- package org.apache.servicemix.smpp
org.apache.servicemix.smpp.marshaler
- package org.apache.servicemix.smpp.marshaler
P
process(MessageExchange)
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
processInOnly(MessageExchange, NormalizedMessage)
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
processInOut(MessageExchange, NormalizedMessage, NormalizedMessage)
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
S
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
T
toNMS(NormalizedMessage, MessageRequest)
- Method in class org.apache.servicemix.smpp.marshaler.
DefaultSmppMarshaler
toNMS(NormalizedMessage, MessageRequest)
- Method in interface org.apache.servicemix.smpp.marshaler.
SmppMarshalerSupport
Converts the received SMPP message into a normalized message
V
validate()
- Method in class org.apache.servicemix.smpp.
SmppConsumerEndpoint
validate()
- Method in class org.apache.servicemix.smpp.
SmppProviderEndpoint
D
F
G
O
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2012
FuseSource
. All Rights Reserved.