|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation
Instances of this interface represent webservice operations in the model.
| Field Summary | |
|---|---|
static QName |
OPERATION_COMPONENT_TYPEThe component type name of operations. |
| Method Summary | |
|---|---|
void |
addFaultMessage(Message message)Adds a fault message component for this operation. |
Message |
getFaultMessage(String name)Gets the fault message component with the specified local name for this operation. |
Collection<Message> |
getFaultMessages()Gets all fault message components for this operation. |
Message |
getInputMessage()Gets the input message component for this operation. |
String |
getInputName()The name of the input message for this operation. |
String |
getOperationName()The name of this operation. |
Message |
getOutputMessage()Gets the output message component for this operation. |
String |
getOutputName()The name of the output message for this operation. |
Port |
getPort()The parent port component for this operation component. |
void |
setInputMessage(Message message)Sets the input message component for this operation. |
void |
setOutputMessage(Message message)Sets the output message component for this operation. |
| Methods inherited from interface oracle.webservices.model.Component |
|---|
addComponent, addExtension, addExtensionAttribute, createExtension, getAllExtensions, getComponent, getComponents, getComponents, getExtension, getExtension, getExtensionAttribute, getExtensionAttributeTypes, getExtensionTypes, getFactory, getModel, getName, getParent, getType, removeComponent, removeExtension, removeExtensionAttribute |
| Field Detail |
|---|
static final QName OPERATION_COMPONENT_TYPE
| Method Detail |
|---|
Port getPort()
String getOperationName()
String getInputName()
Message getInputMessage()
void setInputMessage(Message message)
message - A new input message component for this operation.String getOutputName()
Message getOutputMessage()
void setOutputMessage(Message message)
message - A new output message component for this operation.Message getFaultMessage(String name)
Collection<Message> getFaultMessages()
void addFaultMessage(Message message)
message - A new fault message component for this operation.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||