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()
ServiceOperationgetInputType in interface ServiceOperationOperationTypespublic BaseServiceOperation setOutputType(QName outputType)
outputType - Output type associated with the invocation instance.this instance.public QName getOutputType()
ServiceOperationgetOutputType in interface ServiceOperationOperationTypespublic BaseServiceOperation setFaultType(QName faultType)
faultType - Fault type associated with the invocation instance.this instance.public QName getFaultType()
ServiceOperationgetFaultType in interface ServiceOperationOperationTypespublic ExchangePattern getExchangePattern()
ServiceOperationgetExchangePattern in interface ServiceOperationpublic String getName()
ServiceOperationgetName in interface ServiceOperationprotected void setPattern(ExchangePattern pattern)
protected void setName(String name)
protected void setExchangePattern(ExchangePattern pattern)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.