| |
|
| java.lang.Object com.sun.jbi.binding.file.util.UtilBase com.sun.jbi.binding.file.util.WSDLFileReader
WSDLFileReader | public class WSDLFileReader extends UtilBase implements FileBindingResources(Code) | | Reads the configuration WSDL file and loads the data into the EndpointBean
objects.
author: Sun Microsystems, Inc. |
Method Summary | |
public EndpointBean | getBean(String endpoint) Returns the Bean object corresponding to the endpoint.
Parameters: endpoint - endpoint name. | public EndpointBean[] | getEndpoint() Gets the endpoint list corresponding to a config file. | public int | getEndpointCount() Returns the total number of endopoints in the wsld file. | public void | init(Definitions doc) Initializes the config file and loads services. |
WSDLFileReader | public WSDLFileReader(FileBindingResolver rslv)(Code) | | Creates a new WSDLFileReader object.
Parameters: rslv - resolver object |
getBean | public EndpointBean getBean(String endpoint)(Code) | | Returns the Bean object corresponding to the endpoint.
Parameters: endpoint - endpoint name. endpoint Bean object. |
getEndpoint | public EndpointBean[] getEndpoint()(Code) | | Gets the endpoint list corresponding to a config file.
End point Bean list |
getEndpointCount | public int getEndpointCount()(Code) | | Returns the total number of endopoints in the wsld file.
int number of endpoints. |
init | public void init(Definitions doc)(Code) | | Initializes the config file and loads services.
Parameters: doc - Name of the config file. |
|
|
|