|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.exadel.flamingo.javafx.ServiceFactory
public class ServiceFactory
Factory for client services.
| Constructor Summary | |
|---|---|
ServiceFactory()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
getService(java.lang.Class c,
java.lang.String componentName)
Creates proxy for interface. |
static void |
setUrl(java.lang.String url)
Sets URL of server application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceFactory()
| Method Detail |
|---|
public static void setUrl(java.lang.String url)
url - URL
public static java.lang.Object getService(java.lang.Class c,
java.lang.String componentName)
c - Inteface classcomponentName - Seam component name for service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||