final AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
try {
preparedAction = builder.newURI(AtomicTransactionConstants.WSAT_ACTION_PREPARED);
abortedAction = builder.newURI(AtomicTransactionConstants.WSAT_ACTION_ABORTED);
readOnlyAction = builder.newURI(AtomicTransactionConstants.WSAT_ACTION_READ_ONLY);
committedAction = builder.newURI(AtomicTransactionConstants.WSAT_ACTION_COMMITTED);
faultAction = builder.newURI(AtomicTransactionConstants.WSAT_ACTION_FAULT);
} catch (URISyntaxException use) {
// TODO - log fault and throw exception
}
// final HandlerRegistry handlerRegistry = new HandlerRegistry() ;