psdi.iface.webservices

Class WSRegistryInfo

  • java.lang.Object
    • psdi.iface.webservices.WSRegistryInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class WSRegistryInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds Information about MAXWSREGISTRY table in memory
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      WSRegistryInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addOperations(java.lang.String wsname, java.lang.String source, java.lang.String serviceName)
      Adds operations
      java.lang.String getDescriprion()
      Return the web service description
      java.lang.String getExtSystem()
      Get the external system name
      java.lang.String getLongDescription()
      Return the web service long description
      java.util.List getOperations()
      Returns a List of operation associated with this wsb service as WSOperationInfo objects
      java.lang.String getServiceImplClassName()
      Get the ws security level
      java.lang.String getServiceName()
      Get the service Name
      java.lang.String getSOAPVersion()
      Get the ws security level
      java.lang.String getSource()
      Return source type
      java.lang.String getSourceName()
      Return source name
      java.lang.String getWSName()
      Return the name of web service
      boolean isDeployed()
      Returns whether web service has been deployed for this interface
      boolean isSynchronous()
      Returns whatever web service synchronous
      void setDescription(java.lang.String e)
      Set the web service description
      void setExtSystem(java.lang.String rc)
      Set external system name
      void setIsDeployed(int def)
      Set whether web service has been deployed for this interface
      void setIsSynchronous(int rp)
      Set whatever web service synchronous
      void setServiceImplClassName(java.lang.String rc)
      Set ws security level
      void setServiceName(java.lang.String rc)
      Set the service Name
      void setSOAPVersion(java.lang.String rc)
      Set ws security level
      void setSource(java.lang.String e)
      Set the source type
      void setSourceName(java.lang.String e)
      Set source name
      void setWSName(java.lang.String c)
      Set the name of web service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSRegistryInfo

        public WSRegistryInfo()
    • Method Detail

      • getWSName

        public java.lang.String getWSName()
        Return the name of web service
        Returns:
        web service name
      • setWSName

        public void setWSName(java.lang.String c)
        Set the name of web service
        Parameters:
        c - web service name
      • getDescriprion

        public java.lang.String getDescriprion()
        Return the web service description
        Returns:
        web service description
      • getLongDescription

        public java.lang.String getLongDescription()
                                            throws MXException,
                                                   java.rmi.RemoteException
        Return the web service long description
        Returns:
        web service long description
        Throws:
        MXException
        java.rmi.RemoteException
      • setDescription

        public void setDescription(java.lang.String e)
        Set the web service description
        Parameters:
        e - web service description
      • getSourceName

        public java.lang.String getSourceName()
        Return source name
        Returns:
        source name
      • setSourceName

        public void setSourceName(java.lang.String e)
        Set source name
        Parameters:
        e - source name
      • getSource

        public java.lang.String getSource()
        Return source type
        Returns:
        source type
      • setSource

        public void setSource(java.lang.String e)
        Set the source type
        Parameters:
        e - source type
      • setIsDeployed

        public void setIsDeployed(int def)
        Set whether web service has been deployed for this interface
        Parameters:
        def - flag indicating whether web service has been deployed for this interface
      • isDeployed

        public boolean isDeployed()
        Returns whether web service has been deployed for this interface
        Returns:
        true or false
      • setServiceName

        public void setServiceName(java.lang.String rc)
        Set the service Name
        Parameters:
        rc - service Name
      • getServiceName

        public java.lang.String getServiceName()
        Get the service Name
        Returns:
        service Name
      • setExtSystem

        public void setExtSystem(java.lang.String rc)
        Set external system name
        Parameters:
        rc - external system Name
      • getExtSystem

        public java.lang.String getExtSystem()
        Get the external system name
        Returns:
        external system name
      • setServiceImplClassName

        public void setServiceImplClassName(java.lang.String rc)
        Set ws security level
        Parameters:
        rc - ws security level
      • setSOAPVersion

        public void setSOAPVersion(java.lang.String rc)
        Set ws security level
        Parameters:
        rc - ws security level
      • getServiceImplClassName

        public java.lang.String getServiceImplClassName()
        Get the ws security level
        Returns:
        ws security level
      • getSOAPVersion

        public java.lang.String getSOAPVersion()
        Get the ws security level
        Returns:
        ws security level
      • setIsSynchronous

        public void setIsSynchronous(int rp)
        Set whatever web service synchronous
        Parameters:
        rp - flag indicating whatever web service synchronous for this service
      • isSynchronous

        public boolean isSynchronous()
        Returns whatever web service synchronous
        Returns:
        true or false
      • addOperations

        public void addOperations(java.lang.String wsname,
                                  java.lang.String source,
                                  java.lang.String serviceName)
                           throws MXException,
                                  java.rmi.RemoteException
        Adds operations
        Parameters:
        wsname - Web Service name
        source - source type
        serviceName - service name
        Throws:
        MXException
        java.rmi.RemoteException
      • getOperations

        public java.util.List getOperations()
                                     throws MXException,
                                            java.rmi.RemoteException
        Returns a List of operation associated with this wsb service as WSOperationInfo objects
        Returns:
        List of WSOperationInfo objects
        Throws:
        MXException
        java.rmi.RemoteException