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 |
void |
close()
close the connection handle. |
close
void close()
throws javax.resource.ResourceException
- close the connection handle. A caller should not use a closed connection.
- Throws:
javax.resource.ResourceException - if an error occurs during close.
Apache CXF