Package org.apache.cxf.connector
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
-
Method Details
-
close
void close() throws jakarta.resource.ResourceExceptionclose the connection handle. A caller should not use a closed connection.- Throws:
jakarta.resource.ResourceException- if an error occurs during close.
-