645646647648649650651
public Object handleCreateBytesMessage(Invocation invocation) throws Throwable { JBossBytesMessage jbm = new JBossBytesMessage(0); return new BytesMessageProxy(jbm); }
749750751752753754755
685686687688689690691
656657658659660661662
718719720721722723724
493494495496497498499
/* */ /* */ public Object handleCreateBytesMessage(Invocation invocation) throws Throwable /* */ { /* 659 */ JBossBytesMessage jbm = new JBossBytesMessage(0L); /* */ /* 661 */ return new BytesMessageProxy(jbm); /* */ }