|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MuleMessageFactory
MuleMessageFactory is a factory for creating a MuleMessage from a transport's
native message format (e.g. JMS message).
| Method Summary | |
|---|---|
MuleMessage |
create(Object transportMessage,
MuleMessage previousMessage,
String encoding)
Creates a MuleMessage instance by extracting the payload from
transportMessage. |
MuleMessage |
create(Object transportMessage,
String encoding)
Creates a MuleMessage instance from transportMessage by extracting
its payload and, if available, any relevant message properties and attachments. |
| Method Detail |
|---|
MuleMessage create(Object transportMessage,
String encoding)
throws Exception
MuleMessage instance from transportMessage by extracting
its payload and, if available, any relevant message properties and attachments.
Exception
MuleMessage create(Object transportMessage,
MuleMessage previousMessage,
String encoding)
throws Exception
MuleMessage instance by extracting the payload from
transportMessage. Additional message properties will be taken from
previousMessage.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||