Uses of Interface
org.apache.servicemix.smpp.SmppEndpointType

Packages that use SmppEndpointType
org.apache.servicemix.smpp   
 

Uses of SmppEndpointType in org.apache.servicemix.smpp
 

Classes in org.apache.servicemix.smpp that implement SmppEndpointType
 class SmppConsumerEndpoint
          A polling component which bind with jSMPP and receive SMPP messages and sends the SMPPs into the JBI bus as messages.
 class SmppProviderEndpoint
          A provider component receives XML message from the NMR and converts into SMPP packet and sends it to SMS.
 

Methods in org.apache.servicemix.smpp that return SmppEndpointType
 SmppEndpointType[] SmppComponent.getEndpoints()
          Getter on the component endpoints
 

Methods in org.apache.servicemix.smpp with parameters of type SmppEndpointType
 void SmppComponent.setEndpoints(SmppEndpointType[] endpoints)
          Setter on the components endpoints
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.