org.codehaus.xfire.server.http
Class XFireHttpServer

java.lang.Object
  extended byorg.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$

Constructor Summary
XFireHttpServer()
           
 
Method Summary
 int getPort()
           
 boolean isStarted()
           
 void setPort(int value)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireHttpServer

public XFireHttpServer()
Method Detail

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 null. All Rights Reserved.