BufferedInputStream bis = null;
ByteArrayInputStream bais = null;
Loader loader = null;
ClassLoader classLoader = null;
ObjectInputStream ois = null;
SipSessionManager manager
= this.getSipSessionManager();
Container container = manager.getContext();
IOUtilsCaller utilsCaller = null;
bais = new ByteArrayInputStream(state);
bis = new BufferedInputStream(bais);
if(isReplicationCompressionEnabled()) {