|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Client | When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend). |
| Class Summary | |
|---|---|
| ClientInfo | ClientInfo has the information that can be used to access web service methods. |
| JaxWsClient | JaxWsClient makes client implementation simplified using a JAX-WS frontend APIs which are supported by Apache CXF framework. |
| SimpleClient | SimpleClient makes client implementation simplified using a Simple frontend APIs which are supported by Apache CXF framework. |
When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend). anyframe.core.remoting.webservices.client.SimpleClient class is a simple frontend client and anyframe.core.remoting.webservices.client.JaxWsClient class is a JAX-WS frontend client. Those client classes should implement this Client interface class. You can get a ProxyFactory instance to invoke remote web service methods using a getClient method consistently.
|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||