|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.GenericType
oracle.adfnmc.dc.JavaBeanObject
oracle.adfnmc.dc.ws.WebServiceObject
public class WebServiceObject
Field Summary |
---|
Fields inherited from class oracle.adfnmc.dc.JavaBeanObject |
---|
id, jbd, mdfm, type |
Fields inherited from class oracle.adfnmc.util.GenericType |
---|
attribute, attributeInfo, complex, GENERIC_TYPE_DEBUG, name, namespace, parent |
Constructor Summary | |
---|---|
WebServiceObject()
|
Method Summary | |
---|---|
protected JavaBeanOperation |
createOperation(java.lang.String op,
JavaBeanDefinition pbd)
Create a Web Service Operation for the op(pbd) operation. |
protected JavaBeanOperation |
createOperation(java.lang.String op,
List params)
Create a Web Service Operation for the op(List params) operation. |
java.lang.String |
getDataControlAdapterClassName()
|
protected void |
loadDataControlDefinition(java.lang.String pkg,
DefinitionDefinition def)
We are loading/utilizing the data controls definition (stored as metadata) to build up the underlying web service provider object. |
void |
setDataControlAdapter(WebServiceDataControlAdapter wsdca)
Provides the web service object with the handling data control instance. |
void |
setDefaultEndpoint(java.lang.String endpoint)
Provides the web service object with the desired endpoint information. |
Methods inherited from class oracle.adfnmc.dc.JavaBeanObject |
---|
addInputParameters, getDefinition, getId, getType, log, log, registerAccessorAttribute, registerAnyOperations, registerAttributes, registerJavaBean, registerMethodAccessors, registerOperation, toString |
Methods inherited from class oracle.adfnmc.util.GenericType |
---|
copy, defineAttribute, defineAttribute, defineAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttributeCollection, getAttributeCount, getAttributeCount, getAttributeCount, getAttributeInfo, getAttributeInfo, getAttributeInfo, getAttributeInfo, getAttributeInfoCollection, getAttributeType, getName, getNamespace, getParent, isComplexType, setAttribute, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebServiceObject()
Method Detail |
---|
public java.lang.String getDataControlAdapterClassName()
getDataControlAdapterClassName
in interface DataControlAdaptee
public void setDataControlAdapter(WebServiceDataControlAdapter wsdca)
wsdca
- is the web service data control adapter instancepublic void setDefaultEndpoint(java.lang.String endpoint)
endpoint
- protected JavaBeanOperation createOperation(java.lang.String op, List params)
createOperation
in class JavaBeanObject
op
- name of the operationparams
- parameters
protected JavaBeanOperation createOperation(java.lang.String op, JavaBeanDefinition pbd)
createOperation
in class JavaBeanObject
op
- name of the operationpbd
- is the parameter bean definition
protected void loadDataControlDefinition(java.lang.String pkg, DefinitionDefinition def)
pkg
- def
-
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |