Browse Source
When a header is being set, verify that the type that's provided is legal for the header that's been set. For example, the error channel's type must be a MessageChannel or a String. The method that performs type verification is protected so that it can be overriden by sub-classes. It is expected that an overriding method will call the super method.pull/286/merge
Andy Wilkinson
12 years ago
committed by
Rossen Stoyanchev
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue