{
CancelDecoder decoder = new CancelDecoder();
try
{
Cancel cancel = ( Cancel ) decoder.decode( requestValue );
if ( requestValue != null )
{
this.requestValue = new byte[requestValue.length];
System.arraycopy( requestValue, 0, this.requestValue, 0, requestValue.length );