Package esendex.sdk.java.service.impl
Class AbstractService
java.lang.Object
esendex.sdk.java.service.impl.AbstractService
- Direct Known Subclasses:
ContactServiceImpl
,InboxServiceImpl
,MessagingServiceImpl
,OptOutServiceImpl
,SentServiceImpl
,SessionServiceImpl
,SurveyReportServiceImpl
,SurveySendServiceImpl
An AbstractService provides the base for all Services, holding
the Authenticator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractService
(Authenticator authenticator) Instantiates a new abstract service. -
Method Summary
-
Field Details
-
authenticator
-
-
Constructor Details
-
AbstractService
Instantiates a new abstract service.- Parameters:
authenticator
- the authenticator
-