3.1.14 Using Public Utility Methods

Classes in this SDK have utility methods that have been used throughout the adapter wizards. The following table lists these methods:

Method Notes

oracle.tip.tools.ide.adapters.designtime. adapter.jca.JcaUtil:

 

getAdapterWsdlInfo (AdapterWizardContext_wcontext)

Multiple flavors are available

initContextFromWsdlAndModel(Project project,JcaAdapterContext jcaAdapterContext,WsdlInfo wsdlInfo, JcaDataInterface jdata)

 

initContextFromWSDLMultiOper( JcaAdapterContext jcaAdapterContext, JcaDataInterface jdata)

 

Definition readAdapterWsdl(WSDLFactory wfact, URL wsdlLocation)

 

oracle.tip.tools.ide.adapters.designtime.adapter.CommonAdapterSchemaPage: buildOpaqueSchema(AdapterWizardContext _wcontext, Definition def1)removeOldSchema( AdapterWizardContext wcontext, String schemaLoc,String schemaNamespace)

Removes schema from definition object for a one-way operation

removeOldSchema(AdapterWizardContext wcontext, boolean oneway, boolean isCallback)

Removes input/output schema from definition object for request/reply operation