110111112113114115116117118119120
fail("Out not supported"); } catch (Exception e) { // ok } try { mec.setMessage(mec.createFault(), "fault"); fail("Fault not supported"); } catch (Exception e) { // ok } consumer.getChannel().send(mec);
114115116117118119120121122123124
109110111112113114115116117118119