Package esendex.sdk.java.service.impl
Class BasicServiceFactoryImpl
java.lang.Object
esendex.sdk.java.ServiceFactory
esendex.sdk.java.service.impl.BasicServiceFactoryImpl
- All Implemented Interfaces:
BasicServiceFactory
,IServiceFactory
A basic authenticating Service Factory.
-
Field Summary
Fields inherited from class esendex.sdk.java.ServiceFactory
authenticator
-
Constructor Summary
ConstructorsConstructorDescriptionBasicServiceFactoryImpl
(UserPassword userPassword) Instantiates a new basic service factory impl. -
Method Summary
Methods inherited from class esendex.sdk.java.ServiceFactory
createBasicAuthenticatingFactory, createSessionAuthenticatingFactory, getContactService, getInboxService, getMessagingService, getOptOutService, getSentService, getSurveySendService, getSurveysReportService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface esendex.sdk.java.service.impl.IServiceFactory
getContactService, getInboxService, getMessagingService, getOptOutService, getSentService, getSurveySendService, getSurveysReportService
-
Constructor Details
-
BasicServiceFactoryImpl
Instantiates a new basic service factory impl.- Parameters:
userPassword
- the user password
-
-
Method Details
-
getSessionService
Gets the session service.- Specified by:
getSessionService
in interfaceBasicServiceFactory
- Returns:
- the session service
-