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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireHttpServer
public XFireHttpServer()
XFireHttpServer
public XFireHttpServer(java.io.File keystore,
java.lang.String keystorePassword,
java.lang.String keyPassword)
XFireHttpServer
public XFireHttpServer(XFire xfire,
java.io.File keystore,
java.lang.String keystorePassword,
java.lang.String keyPassword)
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)
getServer
public org.mortbay.jetty.Server getServer()
Copyright © 2004-2011. All Rights Reserved.