Interface Connection

All Known Implementing Classes:
ManagedConnectionImpl

public interface Connection
Interface implemented by the Web service client proxy returned by CXFConnectionFactory. It allows the caller to return the proxy to the application server's pool when is no longer needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close the connection handle.
  • Method Details

    • close

      void close() throws jakarta.resource.ResourceException
      close the connection handle. A caller should not use a closed connection.
      Throws:
      jakarta.resource.ResourceException - if an error occurs during close.