| |
|
| java.lang.Object com.sun.jbi.binding.file.util.UtilBase com.sun.jbi.binding.file.util.WSDL11FileReader
WSDL11FileReader | public class WSDL11FileReader 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(Definition doc) Initializes the config file and loads services. |
WSDL11FileReader | public WSDL11FileReader(FileBindingResolver rslv, String wsdlfile)(Code) | | Creates a new WSDL11FileReader 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(Definition doc)(Code) | | Initializes the config file and loads services.
Parameters: doc - Name of the config file. |
|
|
|