Class WireServiceConnection

    • Constructor Detail

      • WireServiceConnection

        public WireServiceConnection​(IServiceProperties serviceProperties)
                              throws java.sql.SQLException
        Creates a WireServiceConnection (without establishing a connection to the server) with the default protocol collection.
        Parameters:
        serviceProperties - Service properties
        Throws:
        java.sql.SQLException
      • WireServiceConnection

        public WireServiceConnection​(IServiceProperties serviceProperties,
                                     IEncodingFactory encodingFactory,
                                     ProtocolCollection protocols)
                              throws java.sql.SQLException
        Creates a WireServiceConnection (without establishing a connection to the server).
        Parameters:
        serviceProperties - Service properties
        encodingFactory - Factory for encoding definitions
        protocols - The collection of protocols to use for this connection.
        Throws:
        java.sql.SQLException