Skip navigation links

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

E10654-02


oracle.webservices.model
Interface Message

All Superinterfaces:
Component

public interface Message
extends Component

Implementations of this interface will represent messages in the model. Messages within the model can be either input or output messages.


Field Summary
static QName FAULT_MESSAGE_COMPONENT_TYPE
          The component type name for fault messages.
static QName INPUT_MESSAGE_COMPONENT_TYPE
          The component type name for input messages.
static QName OUTPUT_MESSAGE_COMPONENT_TYPE
          The component type name for output messages.

 

Method Summary
 QName getMessageQName()
          Returns the QName of the <message> associated with this input or output message
 Operation getOperation()
          Returns the parent operation with which the message is associated.
 void setMessageQName(QName messageQName)
          Sets the QName of the <message> associated with this input or output message

 

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

INPUT_MESSAGE_COMPONENT_TYPE

static final QName INPUT_MESSAGE_COMPONENT_TYPE
The component type name for input messages.

OUTPUT_MESSAGE_COMPONENT_TYPE

static final QName OUTPUT_MESSAGE_COMPONENT_TYPE
The component type name for output messages.

FAULT_MESSAGE_COMPONENT_TYPE

static final QName FAULT_MESSAGE_COMPONENT_TYPE
The component type name for fault messages.

Method Detail

getOperation

Operation getOperation()
Returns the parent operation with which the message is associated.
Returns:
The parent operation with which the message is associated.

getMessageQName

QName getMessageQName()
Returns the QName of the <message> associated with this input or output message
Returns:
The QName of the <message> associated with this input or output message

setMessageQName

void setMessageQName(QName messageQName)
Sets the QName of the <message> associated with this input or output message
Parameters:
messageQName -

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.