inonly.setInMessage(nmsg);
doSendJBI(odeMex, inonly);
odeMex.replyOneWayOk();
} else {
final InOut inout = (InOut) jbiMex;
NormalizedMessage nmsg = inout.createMessage();
mapper.toNMS(nmsg, odeMex.getRequest(), odeMex.getOperation().getInput().getMessage(), null);
inout.setInMessage(nmsg);
doSendJBI(odeMex, inout);
odeMex.replyAsync(inout.getExchangeId());
}