Package org.apache.cxf.connector
Interface Connection
-
- All Known Implementing Classes:
ManagedConnectionImpl
public interface ConnectionInterface implemented by the Web service client proxy returned byCXFConnectionFactory. It allows the caller to return the proxy to the application server's pool when is no longer needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()close the connection handle.
-