Hi,

I have a simple question about the Message interface.

public interface Message {
   /**
* Returns the body of the message, which will be the payload or parameters associated with the wire
    */
   Object getBody();
   ...
}

Is the return value always an Object[]? If not, can somebody explain when the body is not an Object[]? I cannot tell from the javadoc and I'm seeing the PojoTargetInvoker is coded to handle these two cases.

Thanks,
Raymond

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to