Class WriteProcessingCallbackFactory
java.lang.Object
de.businesscode.bcdui.binding.write.WriteProcessingCallbackFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
WriteProcessingCallbackFactory
- 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
-
setParams
-
createInstance
- Returns:
- new instance of a configured callback
-