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

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

 

Uses of Message in oracle.webservices.model

 

Methods in oracle.webservices.model that return Message
 Message Operation.getFaultMessage(String name)
          Gets the fault message component with the specified local name for this operation.
 Message Operation.getInputMessage()
          Gets the input message component for this operation.
 Message Operation.getOutputMessage()
          Gets the output message component for this operation.

 

Methods in oracle.webservices.model that return types with arguments of type Message
 Collection<Message> Operation.getFaultMessages()
          Gets all fault message components for this operation.

 

Methods in oracle.webservices.model with parameters of type Message
 void Operation.addFaultMessage(Message message)
          Adds a fault message component for this operation.
 void Operation.setInputMessage(Message message)
          Sets the input message component for this operation.
 void Operation.setOutputMessage(Message message)
          Sets the output message component for this operation.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.