}
try
{
// Create and register the InboundTransactionCurrent implementation class
InboundTransactionCurrentImple inboundTxCurrent = new InboundTransactionCurrentImple();
info.register_initial_reference(InboundTransactionCurrent.NAME, inboundTxCurrent);
}
catch(InvalidName e)
{
throw new RuntimeException("Could not register initial " +