psdi.iface.app.wsregistry

Interface MaxWSRegistryRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    MaxWSRegistry


    public interface MaxWSRegistryRemote
    extends MboRemote
    Remote Interface to the set of MaxWSRegistry. Defines all remote methods.
    • Method Detail

      • 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
      • generateSchema

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