[QFJ-85] Make generateReject a private method Created: 17/Oct/06 Updated: 12/Apr/07 Resolved: 05/Nov/06 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.3 |
Fix Version/s: | 1.1.0 |
Type: | New Feature | Priority: | Default |
Reporter: | Welf Wustlich | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
linux netbeans |
Description |
The methode generateReject gets the message and a String as parameter. catch (Exception x) { x.printStackTrace(); } |
Comments |
Comment by Steve Bate [ 18/Oct/06 ] |
Why are you sending session rejects? Normally, only the session protocol implementation would send those messages and an application would send a business reject. |
Comment by Steve Bate [ 05/Nov/06 ] |
You shouldn't be calling this message. I don't remember why it was public. I'm going to make it private in 1.1.0. The message you are trying to send is a responsibility of the session protocol implementation. |