|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXRPCSvcModel | |
oracle.jdeveloper.webservices | New public API to web services |
Uses of JAXRPCSvcModel in oracle.jdeveloper.webservices |
Subclasses of JAXRPCSvcModel in oracle.jdeveloper.webservices | |
class |
JAXRPCJavaModel
This class represents the data model for a Java class or EJB exposed as a Java web service. |
class |
JAXRPCJmsModel
This class represents the data model for a web service that accesses JMS destinations. |
class |
JAXRPCPlsqlModel
This class represents the data model for a PL/SQL package exposed as a web service. |
Fields in oracle.jdeveloper.webservices declared as JAXRPCSvcModel | |
protected JAXRPCSvcModel |
JAXRPCSvcModel.m_backup
We internally have a space for a backup copy of the model, for use when we need to restore the model's previous state after the user presses cancel in a wizard. |
Methods in oracle.jdeveloper.webservices that return JAXRPCSvcModel | |
static JAXRPCSvcModel |
WebServiceManager.findByClass(JProject project,
java.lang.String className)
Find the data model for a Java or PL/SQL web service model that uses the given qualified class name. |
static JAXRPCSvcModel |
WebServiceManager.findByGUID(JProject project,
java.lang.String guid)
Find the web service with the given unique id. |
static JAXRPCSvcModel |
WebServiceManager.findByGUID(JProject project,
java.lang.String guid,
java.lang.Object dummy)
Deprecated. Use version of this call without third argument. |
static JAXRPCSvcModel |
WebServiceManager.findByURI(JProject project,
java.net.URI serviceURI)
Find the data model for the given web service name. |
JAXRPCSvcModel |
JAXRPCSvcModel.getPreviousState()
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.