XMLStreamWriter writer = new W3CDOMStreamWriter(document);
message.setContent(XMLStreamWriter.class, writer);
WrappedOutInterceptor wrappedOut = new WrappedOutInterceptor();
wrappedOut.setPhase(Phase.PRE_LOGICAL);
wrappedOut.addAfter(getId());
chain.add(wrappedOut);
XMLMessageOutInterceptor xmlOut = new XMLMessageOutInterceptor();
xmlOut.setPhase(Phase.PRE_LOGICAL);
xmlOut.addAfter(wrappedOut.getId());