Extension SDK

Package oracle.jdeveloper.webservices

The webservices package provides the web service API used by JDeveloper.

See:
          Description

Interface Summary
WebServiceModelListener Listener interface to provide notification of model change events.
 

Class Summary
StubSkelArtifact A representation for artifacts generated by the stub/skeleton wizard.
StubSkelModel This class provides a public API for generating web service stubs and skeletons.

The most simple use case is to create a new stub, based on an existing WSDL document.
WebServiceManager A utility class for performing various web serivce management tasks, such as locating existing services.
WebServiceModel This class provides a public API for creating and updating web services.
 

Exception Summary
WebServiceNotFoundException Marker class for web service not found exceptions.
 

Package oracle.jdeveloper.webservices Description

The webservices package provides the web service API used by JDeveloper. The web service API consists of three main classes: WebServiceModel, which is used to drive generation of web services from java classes; StubSkelModel, which is used to drive generation of stubs and skeletons from WSDL and WebServiceManager, which provides a set of common utilities, including model finder methods.


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.