Class AxisEasyWSServerConnector

    • Field Detail

      • PARAM_WSDL_FILE

        protected static final java.lang.String PARAM_WSDL_FILE
        Parameter name: wsdlFile
        See Also:
        Constant Field Values
    • Constructor Detail

      • AxisEasyWSServerConnector

        public AxisEasyWSServerConnector()
        Default constructor that sets the supported mode of this connector.
    • Method Detail

      • initialize

        public void initialize​(java.lang.Object obj)
                        throws java.lang.Exception
        Initialize the connector. The connector may be passed a parameter of any kind by the user. Assigns parameters specified by the user to the connector
        Specified by:
        initialize in interface ConnectorInterface
        Overrides:
        initialize in class WSReceiverServerConnector
        Parameters:
        obj - User provided parameter
        Throws:
        java.lang.Exception - if the initialization of this connector fails.
      • getNextClient

        public ConnectorInterface getNextClient()
                                         throws java.lang.Exception
        Server mode - return a clone of self that handles the next client instance when running in server mode. The returned connector may be used in its own thread to handle a "client" request so if the returned instance is returned more than once it must be thread safe.
        Specified by:
        getNextClient in interface ConnectorInterface
        Overrides:
        getNextClient in class WSReceiverServerConnector
        Returns:
        the clone of itself
        Throws:
        java.lang.Exception - : if the server socket is not specified.