Class WriteProcessingCallbackFactory


  • public class WriteProcessingCallbackFactory
    extends java.lang.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 Detail

      • WriteProcessingCallbackFactory

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