org.jboss.soa.esb.message
Interface Header


public interface Header

The message header. Contains such things as routing information.


Method Summary
 Call getCall()
           
 void setCall(Call call)
          Set the call information for this message.
 

Method Detail

getCall

Call getCall()
Returns:
get the Call information for this message.

setCall

void setCall(Call call)
Set the call information for this message.

Parameters:
call - the information.