| |
|
| java.lang.Object com.rift.coad.web.admin.client.WebServiceDef
WebServiceDef | public class WebServiceDef implements IsSerializable(Code) | | The class that contains the web service definition information.
author: brett chaldecott |
Method Summary | |
public String | getURL() This method returns the url of the web service. | public String | getWSDL() This method returns the wsdl of the web service. | public void | setURL(String url) This method returns the url of the web service. | public void | setWSDL(String wsdl) The setter for the wsdl value. |
WebServiceDef | public WebServiceDef()(Code) | | Creates a new instance of WebServiceDef
|
WebServiceDef | public WebServiceDef(String url, String wsdl)(Code) | | This constructor is responsible for setting up the url and wsdl.
Parameters: url - The url of the web service. Parameters: wsdl - The wsdl content. |
getURL | public String getURL()(Code) | | This method returns the url of the web service.
The url of the web service. |
getWSDL | public String getWSDL()(Code) | | This method returns the wsdl of the web service.
The wsdl of the web service. |
setURL | public void setURL(String url)(Code) | | This method returns the url of the web service.
Parameters: url - The url of the web service. |
setWSDL | public void setWSDL(String wsdl)(Code) | | The setter for the wsdl value.
Parameters: wsdl - The wsdl value. |
|
|
|