org.codehaus.xfire.server.http
Class XFireHttpServer

java.lang.Object
  extended by org.codehaus.xfire.server.http.XFireHttpServer
All Implemented Interfaces:
XFireServer

public class XFireHttpServer
extends Object
implements XFireServer

HTTP Server for XFire services.


Constructor Summary
XFireHttpServer()
           
XFireHttpServer(File keystore, String keystorePassword, String keyPassword)
           
XFireHttpServer(XFire xfire)
           
XFireHttpServer(XFire xfire, File keystore, String keystorePassword, String keyPassword)
           
 
Method Summary
 int getPort()
           
 org.mortbay.jetty.Server getServer()
           
 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()

XFireHttpServer

public XFireHttpServer(File keystore,
                       String keystorePassword,
                       String keyPassword)

XFireHttpServer

public XFireHttpServer(XFire xfire,
                       File keystore,
                       String keystorePassword,
                       String keyPassword)

XFireHttpServer

public XFireHttpServer(XFire xfire)
Method Detail

start

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

stop

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

isStarted

public boolean isStarted()
Specified by:
isStarted in interface XFireServer

getPort

public int getPort()

setPort

public void setPort(int value)

getServer

public org.mortbay.jetty.Server getServer()


Copyright © 2004-2013. All Rights Reserved.