org.apache.camel.component.smpp
Interface SmppCommand

All Known Implementing Classes:
AbstractSmppCommand, SmppCancelSmCommand, SmppDataSmCommand, SmppQuerySmCommand, SmppReplaceSmCommand, SmppSmCommand, SmppSubmitMultiCommand, SmppSubmitSmCommand

public interface SmppCommand


Method Summary
 void execute(org.apache.camel.Exchange exchange)
           
 

Method Detail

execute

void execute(org.apache.camel.Exchange exchange)
             throws SmppException
Throws:
SmppException


Apache Camel