|
||||||||||
| 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 Class<? extends TopiaApplicationService> |
clazz
Classes geree par le proxy |
protected 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 |
Object |
invoke(Object obj,
Method method,
Object[] args)
|
void |
setClass(Class<? extends TopiaApplicationService> clazz)
Renseigne la classe geree |
void |
setURI(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 Class<? extends TopiaApplicationService> clazz
protected String serviceLocation
| Constructor Detail |
|---|
public SOAPProxy()
| Method Detail |
|---|
public void setClass(Class<? extends TopiaApplicationService> clazz)
TopiaProxy
setClass in interface TopiaProxyclazz - la classpublic void setURI(URI uri)
TopiaProxy
setURI in interface TopiaProxyuri - l'URIURI
public Object invoke(Object obj,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowablepublic 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 | |||||||||