public class InOutOperation extends BaseServiceOperation
| Modifier | Constructor and Description |
|---|---|
protected |
InOutOperation() |
|
InOutOperation(String operationName)
Create a new instance of an InOut operation with a default message name.
|
|
InOutOperation(String operationName,
QName inputType,
QName outputType)
Create a new instance of an InOut operation with the specified message name.
|
|
InOutOperation(String operationName,
QName inputType,
QName outputType,
QName faultType)
Create a new instance of an InOut operation with the specified message name.
|
getExchangePattern, getFaultType, getInputType, getName, getOutputType, setExchangePattern, setFaultType, setInputType, setName, setOutputType, setPattern, toStringprotected InOutOperation()
public InOutOperation(String operationName)
operationName - the name of the operationpublic InOutOperation(String operationName, QName inputType, QName outputType)
operationName - the name of the operationinputType - input message nameoutputType - output message namepublic InOutOperation(String operationName, QName inputType, QName outputType, QName faultType)
operationName - the name of the operationinputType - input message nameoutputType - output message namefaultType - fault message nameCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.