| |
|
| java.lang.Object com.sun.jbi.engine.xslt.util.UtilBase com.sun.jbi.engine.xslt.util.WSDLFileReader
WSDLFileReader | public class WSDLFileReader extends UtilBase (Code) | | Reads the configuration file service.wsdl and loads the data into the
ConfigBean objects.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | WSDLFileReader() Creates a new WSDLFileReader object. |
Method Summary | |
public ConfigBean[] | getServices() Gets the endpoint list corresponding to a config file. | public int | getServicesCount() Returns the total number of endopoints in the config file. | public void | init(Description doc) Initializes the config file and loads services. |
WSDLFileReader | public WSDLFileReader()(Code) | | Creates a new WSDLFileReader object.
|
getServices | public ConfigBean[] getServices()(Code) | | Gets the endpoint list corresponding to a config file.
End point Bean list |
getServicesCount | public int getServicesCount()(Code) | | Returns the total number of endopoints in the config file.
int number of endpoints. |
init | public void init(Description doc)(Code) | | Initializes the config file and loads services.
Parameters: doc - Name of the config file. |
|
|
|