org.codehaus.xfire.server.http
Class XFireHttpServer
java.lang.Object
org.codehaus.xfire.server.http.XFireHttpServer
- All Implemented Interfaces:
- XFireServer
public class XFireHttpServer
- extends java.lang.Object
- implements XFireServer
HTTP Server for XFire services.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireHttpServer
public XFireHttpServer()
XFireHttpServer
public XFireHttpServer(XFire xfire)
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface XFireServer
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface XFireServer
- Throws:
java.lang.Exception
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interface XFireServer
getPort
public int getPort()
setPort
public void setPort(int value)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.