|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| oracle.webservices.mdds | |
| oracle.webservices.model | This package contains the API for a generic model of a Webservice. |
| oracle.webservices.provider | This package contains the interfaces and classes needed to implement Provider based endpoints. |
| Uses of Model in oracle.webservices.mdds |
|---|
| Methods in oracle.webservices.mdds that return Model | |
|---|---|
abstract Model |
MddsModelFactory.createModelFromWSDL(Definition def)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
abstract Model |
MddsModelFactory.createModelFromWSDL(Definition def, ConnectionConfig config)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
abstract Model |
MddsModelFactory.createModelFromWSDL(String urlStr)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
| Uses of Model in oracle.webservices.model |
|---|
| Methods in oracle.webservices.model that return Model | |
|---|---|
abstract Model |
Factory.createModel(QName name)Creates an empty model for a service with the unique name. |
Model |
Component.getModel()A reference to the model in which the component exists. |
abstract Model |
Factory.loadModel(Definition definition, QName service)Loads a model for the given service from the given WSDL definition. |
abstract Model |
Factory.loadModel(Element model)Loads a model from a DOM element created using the storeModel method. |
abstract Model |
Factory.loadModel(URL wsdlUrl, QName service)Loads a model of the indicated service from a WSDL specified by the wsdlUrl |
| Methods in oracle.webservices.model with parameters of type Model | |
|---|---|
abstract Element |
Factory.storeModel(Model model, Document document)Serializes the model to a DOM element. |
| Uses of Model in oracle.webservices.provider |
|---|
| Methods in oracle.webservices.provider that return Model | |
|---|---|
Model |
ProviderConfig.getModel(String pathInfo) |
Model |
ProviderConfig.getModel(String pathInfo, MddsErrorHandler errHandler) |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||