Class WriteProcessingCallbackFactory

java.lang.Object
de.businesscode.bcdui.binding.write.WriteProcessingCallbackFactory

public class WriteProcessingCallbackFactory extends Object
the WriteProcessingCallback are non thread-safe and each WRS processing will obtain new own intsance of a callback, however the callback parameters supplied from binding-set definition are immutable so the factory will be configured already at binding bootstrapping while an instance of a callback will be provided when requested via createIntance()
  • Constructor Details

    • WriteProcessingCallbackFactory

      public WriteProcessingCallbackFactory(String className) throws ClassNotFoundException
      Parameters:
      className - which is loaded during construction of this factory, however, instance creation is deferred until required
      Throws:
      ClassNotFoundException - in case no such class found
  • Method Details