public class Operation extends Object
| Constructor and Description |
|---|
Operation(String name)
Constructor from operation name.
|
| Modifier and Type | Method and 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.
|
List |
getDocumentation()
Get documentation.
|
ArrayList |
getMessageReferences()
Get message references for operation.
|
String |
getName()
Get operation name.
|
String |
getSoapAction()
Get soapAction.
|
void |
setDocumentation(List nodes)
Set documentation.
|
void |
setSoapAction(String action)
Set soapAction.
|
public Operation(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 String getName()
public String getSoapAction()
public void setSoapAction(String action)
action - public List getDocumentation()
public void setDocumentation(List nodes)
nodes - list of nodespublic ArrayList getMessageReferences()
Copyright © 2005-2014 jibx.org. All Rights Reserved.