public class SmppInterpreter
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
SmppInterpreter(akka.actor.ActorRef smppMessageHandler,
org.apache.commons.configuration.Configuration configuration,
DaoManager storage,
Sid accountId,
String version,
URI url,
String method,
URI fallbackUrl,
String fallbackMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
format(String number) |
protected void |
invalidVerb(Tag verb) |
protected Notification |
notification(int log,
int error,
String message) |
void |
onReceive(Object message) |
protected List<org.apache.http.NameValuePair> |
parameters() |
protected URI |
resolve(URI base,
URI uri) |
protected void invalidVerb(Tag verb)
protected Notification notification(int log, int error, String message)
public void onReceive(Object message) throws Exception
onReceive in class akka.actor.UntypedActorExceptionprotected List<org.apache.http.NameValuePair> parameters()
Copyright © 2016. All Rights Reserved.