org.objectweb.jonas.ws.handler.WSDLHandlerFactory Class Reference

List of all members.

Public Member Functions

WSDLHandler newHandler (String filename) throws WSServiceException

Static Public Member Functions

WSDLHandlerFactory newInstance ()

Static Public Attributes

final String CLASSNAME = "jonas.service.wsdl.class"

Detailed Description

WSDLHandlerFactory is used to dynamically instantiate a WSDLHandler from a Property file.<br/> Minimum properties in file : <br/>

Author:
Guillaume Sauthier

Definition at line 55 of file WSDLHandlerFactory.java.


Member Function Documentation

WSDLHandler org.objectweb.jonas.ws.handler.WSDLHandlerFactory.newHandler String  filename  )  throws WSServiceException
 

Create a new WSDLHandler.

Parameters:
filename properties filename to be loaded
Returns:
a WSDLHandler init from properties
Exceptions:
WSServiceException when filename is null or cannot be loaded (as ClassLoader Resource or as System file)

Definition at line 92 of file WSDLHandlerFactory.java.

References org.objectweb.jonas_lib.I18n.getMessage().

Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.doInit().

Here is the call graph for this function:

WSDLHandlerFactory org.objectweb.jonas.ws.handler.WSDLHandlerFactory.newInstance  )  [static]
 

Returns:
Returns a new WSDLHandlerFactory instance.

Definition at line 78 of file WSDLHandlerFactory.java.


Member Data Documentation

final String org.objectweb.jonas.ws.handler.WSDLHandlerFactory.CLASSNAME = "jonas.service.wsdl.class" [static]
 

Classname property

Definition at line 58 of file WSDLHandlerFactory.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:54 2005 for JOnAS by  doxygen 1.3.9.1