|
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 Message
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_TYPEThe component type name for fault messages. |
static QName |
INPUT_MESSAGE_COMPONENT_TYPEThe component type name for input messages. |
static QName |
OUTPUT_MESSAGE_COMPONENT_TYPEThe 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 |
|---|
static final QName INPUT_MESSAGE_COMPONENT_TYPE
static final QName OUTPUT_MESSAGE_COMPONENT_TYPE
static final QName FAULT_MESSAGE_COMPONENT_TYPE
| Method Detail |
|---|
Operation getOperation()
QName getMessageQName()
void setMessageQName(QName messageQName)
messageQName -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||