public class XmppDelegate
extends org.tiogasolutions.push.kernel.AbstractDelegate
| Constructor and Description |
|---|
XmppDelegate(org.tiogasolutions.push.kernel.execution.ExecutionContext executionContext,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.apis.bitly.BitlyApis bitlyApis,
org.tiogasolutions.push.kernel.requests.PushRequest pushRequest,
org.tiogasolutions.push.pub.XmppPush push,
XmppConfig config) |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.push.pub.common.RequestStatus |
processRequest() |
java.lang.String |
sendMessage() |
void |
sendTo(java.lang.String recipient,
java.lang.String message) |
public XmppDelegate(org.tiogasolutions.push.kernel.execution.ExecutionContext executionContext,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.apis.bitly.BitlyApis bitlyApis,
org.tiogasolutions.push.kernel.requests.PushRequest pushRequest,
org.tiogasolutions.push.pub.XmppPush push,
XmppConfig config)
public org.tiogasolutions.push.pub.common.RequestStatus processRequest()
throws java.lang.Exception
processRequest in class org.tiogasolutions.push.kernel.AbstractDelegatejava.lang.Exceptionpublic java.lang.String sendMessage()
throws java.lang.Exception
java.lang.Exceptionpublic void sendTo(java.lang.String recipient,
java.lang.String message)
throws java.lang.Exception
java.lang.Exception