org.objectweb.jonas.ws.base.handler
Class WSDLHandlerFactory
java.lang.Object
org.objectweb.jonas.ws.base.handler.WSDLHandlerFactory
public class WSDLHandlerFactory
- extends Object
WSDLHandlerFactory is used to dynamically instantiate a WSDLHandler
from a Property file.
Minimum properties in file :
- jonas.service.wsdl.class
: Fully qualified classname to be instanciated
- Author:
- Guillaume Sauthier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
public static final String CLASSNAME
- Classname property
- See Also:
- Constant Field Values
newInstance
public static WSDLHandlerFactory newInstance()
- Returns:
- Returns a new WSDLHandlerFactory instance.
newHandler
public WSDLHandler newHandler(String filename)
throws WSServiceException
- Create a new WSDLHandler.
- Parameters:
filename
- properties filename to be loaded
- Returns:
- a WSDLHandler init from properties
- Throws:
WSServiceException
- when filename is null or cannot be
loaded (as ClassLoader Resource or as System file)
Copyright © 2007 OW2 Consortium. All Rights Reserved.