psdi.iface.app.wsregistry

Interface MaxWSRegistrySetRemote

    • Method Detail

      • fillNewRegistry

        void fillNewRegistry(java.lang.String source)
                      throws MXException,
                             java.rmi.RemoteException
        Fills MaxWSRegistrySet with Mbo's seleted.
        Parameters:
        source - source type
        Throws:
        MXException
        java.rmi.RemoteException
      • getNewRowID

        long getNewRowID()
                  throws MXException,
                         java.rmi.RemoteException
        Returns uniqie ID of the new Mbo
        Returns:
        unique ID of new Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • deployWebService

        void deployWebService(boolean jaxwsDeploy)
                       throws MXException,
                              java.rmi.RemoteException
        Deploy Web Service in Axis.
        Parameters:
        jaxwsDeploy - JAXWS or AXIS deployment
        Throws:
        MXException
        java.rmi.RemoteException
      • undeployWebService

        void undeployWebService(boolean jaxwsDeploy)
                         throws MXException,
                                java.rmi.RemoteException
        Undeploy Web Service in Axis.
        Parameters:
        jaxwsDeploy - JAXWS or AXIS deployment
        Throws:
        MXException
        java.rmi.RemoteException
      • convertToJAXWS

        void convertToJAXWS()
                     throws MXException,
                            java.rmi.RemoteException
        Generate schema for Web Service.
        Throws:
        MXException
        java.rmi.RemoteException