anyframe.core.remoting.webservices.server
Class SimpleServer
java.lang.Object
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
| Fields inherited from interface anyframe.core.remoting.webservices.server.Server |
LOGGER |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleServer
public SimpleServer()
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
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.