Class BasicServiceFactoryImpl

java.lang.Object
esendex.sdk.java.ServiceFactory
esendex.sdk.java.service.impl.BasicServiceFactoryImpl
All Implemented Interfaces:
BasicServiceFactory, IServiceFactory

public class BasicServiceFactoryImpl extends ServiceFactory implements BasicServiceFactory
A basic authenticating Service Factory.
  • Constructor Details

    • BasicServiceFactoryImpl

      public BasicServiceFactoryImpl(UserPassword userPassword)
      Instantiates a new basic service factory impl.
      Parameters:
      userPassword - the user password
  • Method Details