com.exadel.flamingo.javafx.seam
Class SeamServiceFactory

java.lang.Object
  extended by com.exadel.flamingo.javafx.seam.SeamServiceFactory

public class SeamServiceFactory
extends java.lang.Object

Creates services from FlamingoHessianProxy, to support transfering conversation by headers.

Author:
apleskatsevich

Constructor Summary
SeamServiceFactory()
           
 
Method Summary
static java.lang.Object getService(java.lang.Class c, java.lang.String componentName)
          Returns service
static void setUrl(java.lang.String url)
          Set absolute url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamServiceFactory

public SeamServiceFactory()
Method Detail

setUrl

public static void setUrl(java.lang.String url)
Set absolute url

Parameters:
url - url

getService

public static java.lang.Object getService(java.lang.Class c,
                                          java.lang.String componentName)
Returns service

Parameters:
c - Interface, which represents component
componentName - Component's name
Returns:
Object


Copyright © 2008 Exadel, Inc.. All Rights Reserved.