|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.service.clients.SOAPProxy
public class SOAPProxy
SOAPProxy.java
| Field Summary | |
|---|---|
protected java.lang.Class<? extends TopiaApplicationService> |
clazz
Classes geree par le proxy |
protected java.lang.String |
serviceLocation
URL du service |
| Fields inherited from interface org.nuiton.topia.service.TopiaApplicationService |
|---|
log |
| Constructor Summary | |
|---|---|
SOAPProxy()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Detruit le service |
void |
init(TopiaContext context)
Initialise le service |
java.lang.Object |
invoke(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
void |
setClass(java.lang.Class<? extends TopiaApplicationService> clazz)
Renseigne la classe geree |
void |
setURI(java.net.URI uri)
Rensigne l'URI du service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Class<? extends TopiaApplicationService> clazz
protected java.lang.String serviceLocation
| Constructor Detail |
|---|
public SOAPProxy()
| Method Detail |
|---|
public void setClass(java.lang.Class<? extends TopiaApplicationService> clazz)
TopiaProxy
setClass in interface TopiaProxyclazz - la classpublic void setURI(java.net.URI uri)
TopiaProxy
setURI in interface TopiaProxyuri - l'URIURI
public java.lang.Object invoke(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic void destroy()
TopiaApplicationService
destroy in interface TopiaApplicationServicepublic void init(TopiaContext context)
TopiaApplicationService
init in interface TopiaApplicationService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||