|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecMarshalerSupport
This interface describes the behavior of an exec marshaler.
| Method Summary | |
|---|---|
void |
marshal(ExecResponse execResponse,
javax.jbi.messaging.NormalizedMessage out)
Marshal an ExecResponse into the out NormalizedMessage. |
ExecRequest |
unmarshal(javax.jbi.messaging.NormalizedMessage in)
Unmarshal the content of the in NormalizedMessage to an ExecRequest. |
| Method Detail |
|---|
ExecRequest unmarshal(javax.jbi.messaging.NormalizedMessage in)
throws java.lang.Exception
Unmarshal the content of the in NormalizedMessage to an ExecRequest.
in - the in message.
java.lang.Exception - in case of unmarshalling error.
void marshal(ExecResponse execResponse,
javax.jbi.messaging.NormalizedMessage out)
throws java.lang.Exception
Marshal an ExecResponse into the out NormalizedMessage.
execResponse - the exec response.out - the out message.
java.lang.Exception - in case of marshalling error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||