Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: How do you override or extend the flowExecutionKey?

  1. #11
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Nice to hear things are starting to work out!

    Now comes my question. Why not make these classes public? If I can extend the SessionBindingConversationManager why not make its helper classes visible?
    As you already guessed, this is by design. These helper classes are internal implementation artifacts of the SessionBindingConversationManager. By making them package private, we keep them out of the user visible API. This gives us more freedom refactoring these classes since we don't have to worry about breaking user applications.

    Erwin

  2. #12
    Join Date
    Apr 2007
    Posts
    276

    Default true...

    Quote Originally Posted by klr8 View Post
    This gives us more freedom refactoring these classes since we don't have to worry about breaking user applications.
    That makes sense. Thanks! I'll post everything when I get it up and working.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •