org.codehaus.xfire.server
Interface XFireServer

All Known Implementing Classes:
XFireHttpServer

public interface XFireServer

Common interface for all kind of XFire servers.

Version:
$Id$
See Also:
XFireHttpServer

Method Summary
 boolean isStarted()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

isStarted

boolean isStarted()


Copyright © 2004-2009. All Rights Reserved.