| Package | Description | 
|---|---|
| oracle.adfinternal.model.adapter.webservice | 
| Modifier and Type | Method and Description | 
|---|---|
WSModel | 
WSDefinition.getModel()
Get the underlying webservice model for this definition's source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WSDefinition.refresh(WSModel model)
Refresh the underlying model of the data control. 
 | 
void | 
WSDefinition.updateModel(WSModel model)
Update the underlying model of the definition. 
 | 
| Constructor and Description | 
|---|
WSDefinition(java.lang.String name, java.net.URL wsdlURL, WSModel model, javax.xml.namespace.QName serviceName)
Create this Data control definition instance from the WSDL url and the model representing the service. 
 |