Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Interface
oracle.webservices.model.Service

Packages that use Service
oracle.webservices.model This package contains the API for a generic model of a Webservice. 

 

Uses of Service in oracle.webservices.model

 

Methods in oracle.webservices.model that return Service
 Service Model.addService(QName name)
          Adds and returns a new service component that has the provided QName.
 Service Model.addService(Service service)
          Adds and returns a new service component which is modeled from the information in a WSDL service.
 Service Port.getService()
          Gets the parent service component for this port.
 Service Model.getService(QName name)
          Returns a service based on the service QName.
 Service[] Model.getServices()
          Returns an array of service components.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.