public interface ExecMarshalerSupport
This interface describes the behavior of an exec marshaler.
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2005-2014 FuseSource. All Rights Reserved.