.getInstaller(TransactionFacetDecoratorInstaller.class));
// if there is a client connection installer, then add facet decorator installer also
final String connection = getConfiguration().getString(SystemConstants.CLIENT_CONNECTION_KEY);
if (connection != null) {
final FacetDecoratorInstaller clientConnectionInstaller =
installerLookup.clientConnectionInstaller(connection);
reflectorInstaller.addFacetDecoratorInstaller(clientConnectionInstaller);
}
return reflectorInstaller.createReflector();