Uses of Class
esendex.sdk.java.EsendexException
Packages that use EsendexException
Package
Description
-
Uses of EsendexException in esendex.sdk.java
Methods in esendex.sdk.java that throw EsendexExceptionModifier and TypeMethodDescriptionstatic SessionServiceFactory
ServiceFactory.createSessionAuthenticatingFactory
(UserPassword userPassword) Create a ServiceFactory whose services will connect using Session authentication. -
Uses of EsendexException in esendex.sdk.java.http
Subclasses of EsendexException in esendex.sdk.java.httpModifier and TypeClassDescriptionclass
Thrown to indicate an Http Response code is out of the okay range 200-299. -
Uses of EsendexException in esendex.sdk.java.parser
Subclasses of EsendexException in esendex.sdk.java.parserModifier and TypeClassDescriptionclass
Exception to indicate that data could not be treated as xml, probably due to not being well formed.class
Exception to indicate that well formed XML could not be mapped to a suitable Dto object.Methods in esendex.sdk.java.parser that throw EsendexException -
Uses of EsendexException in esendex.sdk.java.parser.xstream
Methods in esendex.sdk.java.parser.xstream that throw EsendexException -
Uses of EsendexException in esendex.sdk.java.service
Methods in esendex.sdk.java.service that throw EsendexExceptionModifier and TypeMethodDescriptionContactService.createContact
(ContactRequest contactRequest) OptOutService.createOptOut
(OptOutRequest optOutRequest) Creates an opt out.boolean
ContactService.deleteContact
(String id) boolean
InboxService.deleteMessage
(String id) This operation will remove an individual message from an Inbox.ContactService.getContact
(String id) ContactService.getContacts
(int pageNumber, int pageSize, String accountReference) InboxService.getMessage
(String id) Gets the message.SentService.getMessage
(String id) Gets the message.InboxService.getMessages()
Gets the messages.InboxService.getMessages
(int pageNumber, int pageSize) Gets the messages.InboxService.getMessages
(String accountReference) Gets the messages.InboxService.getMessages
(String accountReference, int pageNumber, int pageSize) Gets the messages.SentService.getMessages
(int pageNumber, int pageSize) Gets the messages.SentService.getMessages
(String account, int pageNumber, int pageSize) Gets the messages.Gets an opt out.OptOutService.getOptOuts
(int pageNumber, int pageSize) Gets opt outs.OptOutService.getOptOuts
(FromAddress from, int pageNumber, int pageSize) Gets opt outs by from address.OptOutService.getOptOuts
(String account, int pageNumber, int pageSize) Gets opt outs by account reference.OptOutService.getOptOuts
(String account, FromAddress from, int pageNumber, int pageSize) Gets opt outs by account reference and from address.SessionService.getSession()
Obtains a session for authentication of subsequent resources by session authentication.SurveyReportService.GetStandardReport
(String surveyId, StandardReportRequest request) boolean
InboxService.markMessageAsRead
(String id) Mark message as read.boolean
InboxService.markMessageAsUnread
(String id) Mark message as unread.void
SurveySendService.Send
(String surveyId, RecipientRequest recipient) void
SurveysService.Send
(String surveyId, RecipientRequest recipient) MessagingService.sendMessage
(String account, SmsMessageRequest message) MessagingService.sendMessage
(String account, VoiceMessageRequest message) MessagingService.sendMessages
(SmsMessageCollectionRequest messages) MessagingService.sendMessages
(VoiceMessageCollectionRequest messages) MessagingService.sendScheduledMessage
(String account, SmsMessageRequest message, Date sendAt) MessagingService.sendScheduledMessage
(String account, VoiceMessageRequest message, Date sendAt) MessagingService.sendScheduledMessages
(SmsMessageCollectionRequest messages, Date sendAt) MessagingService.sendScheduledMessages
(VoiceMessageCollectionRequest messages, Date sendAt) ContactService.updateContact
(String id, ContactRequest contactRequest) -
Uses of EsendexException in esendex.sdk.java.service.auth
Constructors in esendex.sdk.java.service.auth that throw EsendexExceptionModifierConstructorDescriptionSessionAuthenticator
(UserPassword userPassword) Create an authenticator for session authentication. -
Uses of EsendexException in esendex.sdk.java.service.impl
Methods in esendex.sdk.java.service.impl that throw EsendexExceptionModifier and TypeMethodDescriptionContactServiceImpl.createContact
(ContactRequest contactRequest) OptOutServiceImpl.createOptOut
(OptOutRequest optOutRequest) Creates an opt out.boolean
ContactServiceImpl.deleteContact
(String id) boolean
InboxServiceImpl.deleteMessage
(String id) This operation will remove an individual message from an Inbox.ContactServiceImpl.getContact
(String id) ContactServiceImpl.getContacts
(int pageNumber, int pageSize, String accountReference) InboxServiceImpl.getMessage
(String id) Gets the message.SentServiceImpl.getMessage
(String id) Gets the message.InboxServiceImpl.getMessages()
Gets the messages.InboxServiceImpl.getMessages
(int pageNumber, int pageSize) Gets the messages.InboxServiceImpl.getMessages
(String accountReference) Gets the messages.InboxServiceImpl.getMessages
(String accountReference, int pageNumber, int pageSize) Gets the messages.SentServiceImpl.getMessages
(int pageNumber, int pageSize) Gets the messages.SentServiceImpl.getMessages
(String account, int pageNumber, int pageSize) Gets the messages.Gets an opt out.OptOutServiceImpl.getOptOuts
(int pageNumber, int pageSize) Gets opt outs.OptOutServiceImpl.getOptOuts
(FromAddress from, int pageNumber, int pageSize) Gets opt outs by from address.OptOutServiceImpl.getOptOuts
(String account, int pageNumber, int pageSize) Gets opt outs by account reference.OptOutServiceImpl.getOptOuts
(String account, FromAddress from, int pageNumber, int pageSize) Gets opt outs by account reference and from address.SessionServiceImpl.getSession()
Obtains a session for authentication of subsequent resources by session authentication.SurveyReportServiceImpl.GetStandardReport
(String surveyId, StandardReportRequest request) boolean
InboxServiceImpl.markMessageAsRead
(String id) Mark message as read.boolean
InboxServiceImpl.markMessageAsUnread
(String id) Mark message as unread.void
SurveySendServiceImpl.Send
(String surveyId, RecipientRequest recipient) MessagingServiceImpl.sendMessage
(String account, SmsMessageRequest message) MessagingServiceImpl.sendMessage
(String account, VoiceMessageRequest message) MessagingServiceImpl.sendMessages
(SmsMessageCollectionRequest messages) MessagingServiceImpl.sendMessages
(VoiceMessageCollectionRequest messages) MessagingServiceImpl.sendScheduledMessage
(String account, SmsMessageRequest message, Date sendAt) MessagingServiceImpl.sendScheduledMessage
(String account, VoiceMessageRequest message, Date sendAt) MessagingServiceImpl.sendScheduledMessages
(SmsMessageCollectionRequest messages, Date sendAt) MessagingServiceImpl.sendScheduledMessages
(VoiceMessageCollectionRequest messages, Date sendAt) ContactServiceImpl.updateContact
(String id, ContactRequest contactRequest) Constructors in esendex.sdk.java.service.impl that throw EsendexExceptionModifierConstructorDescriptionSessionServiceFactoryImpl
(UserPassword userPassword) Instantiates a new session service factory impl. -
Uses of EsendexException in esendex.sdk.java.service.resource.base
Methods in esendex.sdk.java.service.resource.base that throw EsendexExceptionModifier and TypeMethodDescriptionvoid
Resource.execute()
Makes and completes the connection to the resource.void
XmlRequesterResponderResource.execute()
Makes and completes the connection to the resource.void
XmlResponderResource.execute()
Makes and completes the connection to the resource.Constructors in esendex.sdk.java.service.resource.base that throw EsendexExceptionModifierConstructorDescriptionXmlResponder
(String responseContent) Instantiates a new xml responder.