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.Operation

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

 

Uses of Operation in oracle.webservices.mdds

 

Methods in oracle.webservices.mdds with parameters of type Operation
 void MddsErrorHandler.failedToModelOperation(Operation operation, String reason, String detail)
           

 

Uses of Operation in oracle.webservices.model

 

Methods in oracle.webservices.model that return Operation
 Operation Port.addOperation(BindingOperation operation)
          Creates and adds a new child operation component.
 Operation Port.addOperation(String operationName, String inputName, String outputName)
          Creates and adds a new child operation component with the given operationName, inputName and outputName.
 Operation Message.getOperation()
          Returns the parent operation with which the message is associated.
 Operation Port.getOperation(String operationName, String inputName, String outputName)
          Returns a child operation component for the given operationName, inputName and outputName.
 Operation[] Port.getOperations()
          Returns an array of operation components for this port.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.