Method Summary |
|
public static MessageExchange | createExchange(String pattern) Creates an exchange corresponding to pattern. |
public static Exception | getError(MessageExchange msg) Returns error. |
public static Fault | getFault(MessageExchange msg) Returns fault.
Parameters: msg - message exchange from which fault has to be extracted. |
public static NormalizedMessage | getInMessage(MessageExchange msg) Returns the in message. |
public static NormalizedMessage | getOutMessage(MessageExchange msg) Returns the out message. |
public static boolean | updateInMessage(MessageExchange msg, NormalizedMessage in) Updates the message exchange. |
public static boolean | updateMessage(MessageExchange msg, NormalizedMessage out, Exception error, Fault fault) Updates the message accding to the arguments provided. |