Anyframe Core

anyframe.core.remoting.webservices.server
Class SimpleServer

java.lang.Object
  extended by anyframe.core.remoting.webservices.server.SimpleServer
All Implemented Interfaces:
Server

public class SimpleServer
extends Object
implements Server

SimpleServer makes server implementation simplified using a Simple frontend APIs which are supported by Apache CXF framework. You can set server information and start/stop server consistently.

Author:
SooYeon Park

Field Summary
 
Fields inherited from interface anyframe.core.remoting.webservices.server.Server
LOGGER
 
Constructor Summary
SimpleServer()
           
 
Method Summary
 void setServerInfo(ServerInfo serverInfo)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServer

public SimpleServer()
Method Detail

setServerInfo

public void setServerInfo(ServerInfo serverInfo)
Specified by:
setServerInfo in interface Server

start

public void start()
           throws Exception
Specified by:
start in interface Server
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Server
Throws:
Exception

Anyframe Core

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