|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.service.TopiaServiceServerAbstract
org.nuiton.topia.service.servers.SOAPServer
public class SOAPServer
SOAPServer.java
| Field Summary | |
|---|---|
protected boolean |
alreadyLaunched
Server already launched |
protected static int |
DEFAULT_PORT
Port du serveur web |
protected int |
port
Current used port |
| Constructor Summary | |
|---|---|
SOAPServer()
Constructeur. |
|
SOAPServer(int port)
Constructeur. |
|
| Method Summary | |
|---|---|
void |
addService(Class<? extends TopiaApplicationService> clazz)
Ajoute un service devant etre gere. |
Object |
invoke(Method method,
Object[] args,
org.codehaus.xfire.MessageContext ctx)
|
void |
launch()
Lance le serveur |
| Methods inherited from class org.nuiton.topia.service.TopiaServiceServerAbstract |
|---|
invoke, setTopiaServiceProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int DEFAULT_PORT
protected boolean alreadyLaunched
protected int port
| Constructor Detail |
|---|
public SOAPServer()
public SOAPServer(int port)
| Method Detail |
|---|
public void addService(Class<? extends TopiaApplicationService> clazz)
TopiaServiceServer
addService in interface TopiaServiceServerclazz - le nom de l'interface.public void launch()
TopiaServiceServer
launch in interface TopiaServiceServer
public Object invoke(Method method,
Object[] args,
org.codehaus.xfire.MessageContext ctx)
throws org.codehaus.xfire.fault.XFireFault
invoke in interface org.codehaus.xfire.service.invoker.Invokerorg.codehaus.xfire.fault.XFireFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||