|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.exec.marshaler.DefaultExecMarshaler
public class DefaultExecMarshaler
Default exec marshaler that use JAXB to marshal and unmarshal exec objects.
| Constructor Summary | |
|---|---|
DefaultExecMarshaler()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExecMarshaler()
| Method Detail |
|---|
public ExecRequest unmarshal(javax.jbi.messaging.NormalizedMessage in)
throws java.lang.Exception
ExecMarshalerSupport
Unmarshal the content of the in NormalizedMessage to an ExecRequest.
unmarshal in interface ExecMarshalerSupportin - the in message.
java.lang.Exception - in case of unmarshalling error.
public void marshal(ExecResponse execResponse,
javax.jbi.messaging.NormalizedMessage out)
throws java.lang.Exception
ExecMarshalerSupport
Marshal an ExecResponse into the out NormalizedMessage.
marshal in interface ExecMarshalerSupportexecResponse - 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 | |||||||||