Anyframe Core

anyframe.core.remoting.webservices.server
Interface Server

All Known Implementing Classes:
JaxRsServer, JaxWsServer, JettyServer, SimpleServer

public interface Server

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.

Author:
SooYeon Park

Field Summary
static Log LOGGER
           
 
Method Summary
 void setServerInfo(ServerInfo serverInfo)
           
 void start()
           
 void stop()
           
 

Field Detail

LOGGER

static final Log LOGGER
Method Detail

setServerInfo

void setServerInfo(ServerInfo serverInfo)

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

Anyframe Core

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