| |
|
| java.lang.Object org.objectweb.jonas.ws.handler.WSDLHandlerFactory
WSDLHandlerFactory | public class WSDLHandlerFactory (Code) | | 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 |
CLASSNAME | final public static String CLASSNAME(Code) | | Classname property
|
newHandler | public WSDLHandler newHandler(String filename) throws WSServiceException(Code) | | Create a new WSDLHandler.
Parameters: filename - properties filename to be loaded a WSDLHandler init from properties throws: WSServiceException - when filename is null or cannot beloaded (as ClassLoader Resource or as System file) |
|
|
|