/* */
/* */ public Object getPayload()
/* */ {
/* 127 */ if (this.sequence != -1L)
/* */ {
/* 129 */ OnewayInvocation oi = new OnewayInvocation(this);
/* */
/* 131 */ InvocationRequest request = new InvocationRequest(null, "JMS", oi, ONE_WAY_METADATA, null, null);
/* */
/* 135 */ return request;
/* */ }