Bus bus = bf.createBus("/org/apache/cxf/systest/ws/rm/persistent.xml");
BusFactory.setDefaultBus(bus);
LoggingInInterceptor logIn = new LoggingInInterceptor();
bus.getInInterceptors().add(logIn);
LoggingOutInterceptor logOut = new LoggingOutInterceptor();
bus.getOutFaultInterceptors().add(logOut);
bus.getOutFaultInterceptors().add(logOut);
bus.getExtension(RMManager.class).getRMAssertion().getBaseRetransmissionInterval()
.setMilliseconds(new BigInteger("60000"));