Interface IMutableHeaderHolder
- All Superinterfaces:
IHeaderHolder
A
IMutableHeaderHolder is a IHeaderHolder whose header can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IHeaderHolder
getHeader, getHeaderInQuotes, hasHeader, hasSameHeaderAs
-
Method Details
-
setHeader
Sets the header of the currentIMutableHeaderHolder.- Parameters:
header-- Throws:
RuntimeException- if the given header is null.RuntimeException- if the given header is blank.
-