*/
}
public void testAddresssingContext() throws Exception {
XMLBeansRegistry registry = new XMLBeansRegistry();
registry.setDefaultHandler(new XMLBeansHandler() {
protected void handleBody(MessageExchange exchange, XmlObject body, XMLStreamWriter out) throws Exception {
invokeBody = body;
}
});