M - http://yuml.me/diagram/plain;dir:TB/class/SMSGatewayCenter
public class SMSGatewayCenterDispatcher<M extends DisposableMessage<?,?>> extends Object implements BulkDispatcher<M>
BulkDispatcher to create a recorded and/or text to voice calls using SMSGatewayCenter Voice API.| Constructor and Description |
|---|
SMSGatewayCenterDispatcher(SMSGatewayCenterVoiceMessageFactory<?> msgFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(List<M> messages) |
void |
dispatch(M msg) |
SMSGatewayCenterVoiceMessageFactory<?> |
getMessageFactory() |
Class<? extends SMSGatewayCenterVoiceMessage<?,?>> |
getMessageType() |
void |
setMessageFactory(SMSGatewayCenterVoiceMessageFactory<?> msgFactory) |
void |
setMessageType(Class<? extends SMSGatewayCenterVoiceMessage<?,?>> messageType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroadcastaccept, getSettings, transformpublic SMSGatewayCenterDispatcher(SMSGatewayCenterVoiceMessageFactory<?> msgFactory)
public void dispatch(M msg) throws Exception
dispatch in interface GenericDispatcher<M extends DisposableMessage<?,?>>Exceptionpublic void dispatch(List<M> messages) throws Exception
dispatch in interface BulkDispatcher<M extends DisposableMessage<?,?>>Exceptionpublic SMSGatewayCenterVoiceMessageFactory<?> getMessageFactory()
public void setMessageFactory(SMSGatewayCenterVoiceMessageFactory<?> msgFactory)
public Class<? extends SMSGatewayCenterVoiceMessage<?,?>> getMessageType()
public void setMessageType(Class<? extends SMSGatewayCenterVoiceMessage<?,?>> messageType)
Copyright © 2018. All rights reserved.