Takes settings from the user (through JamServiceParams) and exposes them to the implementation (through JamServiceContext).
62636465666768
// ======================================================================== // JamServiceFactory implementation public JamServiceParams createServiceParams() { return new JamServiceContextImpl(); }