Package org.apache.camel.component.smpp
Class SmppQuerySmCommand
- java.lang.Object
-
- org.apache.camel.component.smpp.AbstractSmppCommand
-
- org.apache.camel.component.smpp.SmppQuerySmCommand
-
- All Implemented Interfaces:
SmppCommand
public class SmppQuerySmCommand extends AbstractSmppCommand
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
config, log, session
-
-
Constructor Summary
Constructors Constructor Description SmppQuerySmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jsmpp.bean.QuerySm
createQuerySm(org.apache.camel.Exchange exchange)
void
execute(org.apache.camel.Exchange exchange)
-
Methods inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass, getResponseMessage
-
-
-
-
Constructor Detail
-
SmppQuerySmCommand
public SmppQuerySmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
-
-
Method Detail
-
execute
public void execute(org.apache.camel.Exchange exchange) throws SmppException
- Throws:
SmppException
-
createQuerySm
protected org.jsmpp.bean.QuerySm createQuerySm(org.apache.camel.Exchange exchange)
-
-