public class BaseServiceOperation extends Object implements ServiceOperation
Modifier | Constructor and Description |
---|---|
protected |
BaseServiceOperation(ExchangePattern pattern) |
|
BaseServiceOperation(ExchangePattern pattern,
String name,
QName inputType,
QName outputType,
QName faultType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExchangePattern |
getExchangePattern()
The exchange pattern for the operation.
|
QName |
getFaultType()
The name of the output message type.
|
QName |
getInputType()
The name of the input message type.
|
String |
getName()
The name of the operation.
|
QName |
getOutputType()
The name of the output message type.
|
protected void |
setExchangePattern(ExchangePattern pattern) |
BaseServiceOperation |
setFaultType(QName faultType)
Set the fault type associated with the invocation instance.
|
BaseServiceOperation |
setInputType(QName inputType)
Set the input type associated with the invocation instance.
|
protected void |
setName(String name) |
BaseServiceOperation |
setOutputType(QName outputType)
Set the output type associated with the invocation instance.
|
protected void |
setPattern(ExchangePattern pattern) |
String |
toString() |
protected BaseServiceOperation(ExchangePattern pattern)
public BaseServiceOperation(ExchangePattern pattern, String name, QName inputType, QName outputType, QName faultType)
pattern
- the exchange patternname
- the operation nameinputType
- Input type associated with the invocation instance.outputType
- Output type associated with the invocation instance.faultType
- Fault type associated with the invocation instance.public BaseServiceOperation setInputType(QName inputType)
inputType
- Input type associated with the invocation instance.this
instance.public QName getInputType()
ServiceOperation
getInputType
in interface ServiceOperation
OperationTypes
public BaseServiceOperation setOutputType(QName outputType)
outputType
- Output type associated with the invocation instance.this
instance.public QName getOutputType()
ServiceOperation
getOutputType
in interface ServiceOperation
OperationTypes
public BaseServiceOperation setFaultType(QName faultType)
faultType
- Fault type associated with the invocation instance.this
instance.public QName getFaultType()
ServiceOperation
getFaultType
in interface ServiceOperation
OperationTypes
public ExchangePattern getExchangePattern()
ServiceOperation
getExchangePattern
in interface ServiceOperation
public String getName()
ServiceOperation
getName
in interface ServiceOperation
protected void setPattern(ExchangePattern pattern)
protected void setName(String name)
protected void setExchangePattern(ExchangePattern pattern)
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.