Anyframe Core

Package anyframe.core.remoting.webservices.server

When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).

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.
 

Package anyframe.core.remoting.webservices.server Description

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.

Since:
3.1.0

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.