Package Class Use Tree Index Help 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 sourcevoid setDataSource(java.lang.Object service)
Set an instance of a facade to become the data sourcevoid setServiceLocatorName(java.lang.String locatorName)
void setServiceMethod(java.lang.String serviceMethod)
Methods inherited from class java.lang.Object clone, equals, finalize, 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)
public java.lang.String getServiceLocatorName()
public void setServiceLocatorName(java.lang.String locatorName)
public java.lang.Class getType()
public java.lang.Object getDataSource()
public void setDataSource(java.lang.Object service)
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD