|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Server | 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 | |
|---|---|
| JaxRsServer | JaxRsServer makes server implementation simplified when you implement RESTful web services using a JAX-RS APIs which are supported by Apache CXF framework. |
| JaxWsServer | JaxWsServer makes server implementation simplified using a JAX-WS frontend APIs which are supported by Apache CXF framework. |
| JettyServer | JettyServer makes server implementation simplified when you use JettyServer explicitly using a Jetty APIs. |
| ServerInfo | ServerInfo extends ClientInfo because server and client side has duplication of information. |
| SimpleServer | SimpleServer makes server 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.server.SimpleServer class is a simple frontend server and anyframe.core.remoting.webservices.server.JaxWsServer class is a JAX-WS frontend server. In addition to above server classes, you can use JettyServer and JaxRsServer if you need. Those server classes should implement this Server interface class. You can start and stop servers consistently.
|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||