|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CXFConnection
A CXFConnection is obtains from 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.
| Method Summary | ||
|---|---|---|
void |
close()
Closes the connection handle. |
|
|
getService(Class<T> serviceClass)
Retrieves a service object to invoke. |
|
| Method Detail |
|---|
<T> T getService(Class<T> serviceClass)
throws Exception
close().
T - serviceClass -
Exception
void close()
throws Exception
Exception - if an error occurs during close.
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||