org.objectweb.jonas.ws
Class JServiceFactoryFinder

java.lang.Object
  extended by org.objectweb.jonas.ws.JServiceFactoryFinder

public class JServiceFactoryFinder
extends java.lang.Object

Used to retrieve from jonas.properties the factory to use for Service creation (WebServices)

Author:
Guillaume Sauthier

Method Summary
static JServiceFactory getJOnASServiceFactory()
          Return the JServiceFactory specified in jonas.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJOnASServiceFactory

public static JServiceFactory getJOnASServiceFactory()
                                              throws WSServiceException
Return the JServiceFactory specified in jonas.properties

Returns:
the JServiceFactory specified in jonas.properties
Throws:
WSServiceException - When JServiceFactory instantiation fails