public interface CXFConnection
CXFConnectionFactory
. It provides
access to a CXF web service for client to invoke. The client should close
the CxfConnection when the web service is no longer needed.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the connection handle.
|
<T> T |
getService(Class<T> serviceClass)
Retrieves a service object to invoke.
|
<T> T getService(Class<T> serviceClass) throws Exception
close()
.T
- serviceClass
- Exception
Apache CXF