@Component
public class TwilioPlugin
extends org.tiogasolutions.push.kernel.plugins.PluginSupport
| Constructor and Description |
|---|
TwilioPlugin(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.apis.bitly.BitlyApis bitlyApis) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile) |
java.lang.String |
getAdminUi(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile) |
TwilioConfig |
getConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile) |
TwilioConfigStore |
getConfigStore(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager) |
TwilioDelegate |
newDelegate(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile,
org.tiogasolutions.push.kernel.requests.PushRequest pushRequest,
org.tiogasolutions.push.pub.common.Push push) |
void |
test(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile) |
void |
updateConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> formParams) |
@Autowired
public TwilioPlugin(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.apis.bitly.BitlyApis bitlyApis)
public TwilioConfigStore getConfigStore(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager)
public TwilioConfig getConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile)
public TwilioDelegate newDelegate(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile, org.tiogasolutions.push.kernel.requests.PushRequest pushRequest, org.tiogasolutions.push.pub.common.Push push)
public void deleteConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile)
public void updateConfig(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> formParams)
public void test(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getAdminUi(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile)
throws java.io.IOException
java.io.IOException