Package org.apache.camel.component.smpp
Interface SmppCommand
-
- All Known Implementing Classes:
AbstractSmppCommand,SmppCancelSmCommand,SmppDataSmCommand,SmppQuerySmCommand,SmppReplaceSmCommand,SmppSmCommand,SmppSubmitMultiCommand,SmppSubmitSmCommand
public interface SmppCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(org.apache.camel.Exchange exchange)
-
-
-
Method Detail
-
execute
void execute(org.apache.camel.Exchange exchange) throws SmppException- Throws:
SmppException
-
-