|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjve.generated.WebServiceDataSource
Provide access to a Web Service proxy as a data source. This class relies on the structure of Web Service client proxies generated by the IBM Web services WSDL2Java emitter.
This data source is configured by specifiying the fully qualified class name of the Locator class of the client proxy, and the get service method within the Locator class.
| Constructor Summary | |
WebServiceDataSource()
|
|
| Method Summary | |
java.lang.Object |
getDataSource()
Get an an instance for a data source facade that is initialized properly and whose services are available. |
java.lang.String |
getServiceLocatorName()
|
java.lang.String |
getServiceMethod()
|
java.lang.Class |
getType()
In design time, this method will be used to reflect on the services that are available from the implemented data source |
void |
setDataSource(java.lang.Object service)
Set an instance of a facade to become the data source |
void |
setServiceLocatorName(java.lang.String locatorName)
|
void |
setServiceMethod(java.lang.String serviceMethod)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebServiceDataSource()
| Method Detail |
public java.lang.String getServiceMethod()
public void setServiceMethod(java.lang.String serviceMethod)
serviceMethod - The serviceMethod to set.public java.lang.String getServiceLocatorName()
public void setServiceLocatorName(java.lang.String locatorName)
locatorName - The serviceLocatorName to set.public java.lang.Class getType()
IDataSource
getType in interface IDataSourcepublic java.lang.Object getDataSource()
IDataSourceif (java.beans.Beans.isDesignTime()) { return null; }
getDataSource in interface IDataSourcepublic void setDataSource(java.lang.Object service)
IDataSource
setDataSource in interface IDataSourceservice - the data source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||