org.jboss.soa.esb.message
Interface ByReferenceMessage

All Superinterfaces:
Message

public interface ByReferenceMessage
extends Message

This interface extends the generic Message interface to provide a mechanism whereby implementations can take control over pass by value messaging. The implementation will be provided with an opportunity to create the reference message.

Author:
Kevin Conner

Method Summary
 Message reference()
          Create the message used for pass by reference semantics.
 
Methods inherited from interface org.jboss.soa.esb.message.Message
copy, getAttachment, getBody, getContext, getFault, getHeader, getProperties, getType
 

Method Detail

reference

Message reference()
Create the message used for pass by reference semantics.

Returns:
the referencable message.