public class Operation
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
private java.util.List |
m_documentation |
Documentation as node list (
null if none). |
private java.util.ArrayList |
m_messageRefs |
Ordered message references for this operation.
|
private java.lang.String |
m_name |
Actual operation name.
|
private java.lang.String |
m_soapAction |
SOAP action.
|
Constructor | Description |
---|---|
Operation(java.lang.String name) |
Constructor from operation name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addFaultMessage(Message msg) |
Add reference to fault message.
|
void |
addInputMessage(Message msg) |
Add reference to input message.
|
void |
addOutputMessage(Message msg) |
Add reference to output message.
|
java.util.List |
getDocumentation() |
Get documentation.
|
java.util.ArrayList |
getMessageReferences() |
Get message references for operation.
|
java.lang.String |
getName() |
Get operation name.
|
java.lang.String |
getSoapAction() |
Get soapAction.
|
void |
setDocumentation(java.util.List nodes) |
Set documentation.
|
void |
setSoapAction(java.lang.String action) |
Set soapAction.
|
private java.lang.String m_name
private java.lang.String m_soapAction
private java.util.List m_documentation
null
if none).private java.util.ArrayList m_messageRefs
public Operation(java.lang.String name)
name
- operation namepublic void addInputMessage(Message msg)
msg
- input messagepublic void addOutputMessage(Message msg)
msg
- output messagepublic void addFaultMessage(Message msg)
msg
- fault messagepublic java.lang.String getName()
public java.lang.String getSoapAction()
public void setSoapAction(java.lang.String action)
action
- public java.util.List getDocumentation()
public void setDocumentation(java.util.List nodes)
nodes
- list of nodespublic java.util.ArrayList getMessageReferences()