Package | Description |
---|---|
org.switchyard | |
org.switchyard.metadata |
Modifier and Type | Method and Description |
---|---|
static ExchangePattern |
ExchangePattern.fromURI(String uri)
Converts an exchange pattern URI string into an instance of this enum.
|
ExchangePattern |
Exchange.getPattern()
Provides the consumer's view of the message exchange pattern.
|
static ExchangePattern |
ExchangePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangePattern[] |
ExchangePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExchangePattern |
ServiceOperation.getExchangePattern()
The exchange pattern for the operation.
|
ExchangePattern |
BaseServiceOperation.getExchangePattern() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseServiceOperation.setExchangePattern(ExchangePattern pattern) |
protected void |
BaseServiceOperation.setPattern(ExchangePattern pattern) |
Constructor and Description |
---|
BaseServiceOperation(ExchangePattern pattern) |
BaseServiceOperation(ExchangePattern pattern,
String name,
QName inputType,
QName outputType,
QName faultType)
Constructor.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.