package com.app.hxqh.udxmlxhgl;


import psdi.mbo.Mbo;
import psdi.mbo.MboServerInterface;
import psdi.mbo.MboSet;
import psdi.mbo.MboSetRemote;
import psdi.util.MXException;

import java.rmi.RemoteException;

public class UdxmlxhglMboSet extends MboSet implements MboSetRemote {

    public UdxmlxhglMboSet(MboServerInterface ms) throws RemoteException, MXException {
        super(ms);

    }

    protected Mbo getMboInstance(MboSet arg0) throws MXException, RemoteException {

        return new UdxmlxhglMbo(arg0);
    }
}
