The getCharSet and putCharSet methods of the IResponse interface retrieve or add the name of a character set to append to the content-type header, respectively.
public abstract java.lang.String getCharSet();
public abstract void putCharSet(java.lang.String CharSet);
Returns a string that contains the CharSet value.
CharSet | [in] A string that contains the new CharSet value. |