Package | Description |
---|---|
org.switchyard | |
org.switchyard.metadata | |
org.switchyard.remote | |
org.switchyard.test |
Modifier and Type | Method and Description |
---|---|
Exchange |
Exchange.consumer(ServiceReference consumer,
ServiceOperation operation)
Set service consumer info for this exchange.
|
Exchange |
Exchange.provider(Service provider,
ServiceOperation operation)
Set service provider info for this exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceOperation
Base invocation contract.
|
class |
InOnlyOperation
Default implementation of ServiceOperation for ExchangePattern.IN_ONLY
operations.
|
class |
InOutOperation
Default implementation of ServiceOperation for ExchangePattern.IN_OUT
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOperation |
ExchangeContract.getConsumerOperation()
Returns the consumer contract for a message exchange.
|
ServiceOperation |
BaseExchangeContract.getConsumerOperation() |
ServiceOperation |
ServiceInterface.getOperation(String name)
Returns operation details for the specified name from the service interface.
|
ServiceOperation |
BaseService.getOperation(String name) |
ServiceOperation |
ExchangeContract.getProviderOperation()
Returns the provider contract for a message exchange.
|
ServiceOperation |
BaseExchangeContract.getProviderOperation() |
Modifier and Type | Method and Description |
---|---|
Set<ServiceOperation> |
ServiceInterface.getOperations()
The set of operations available on this service.
|
Set<ServiceOperation> |
BaseService.getOperations() |
Modifier and Type | Method and Description |
---|---|
BaseExchangeContract |
BaseExchangeContract.setConsumerOperation(ServiceOperation consumer)
Specify the consumer contract.
|
BaseExchangeContract |
BaseExchangeContract.setProviderOperation(ServiceOperation provider)
Specify the provider contract.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseService.setOperations(Set<ServiceOperation> operations) |
Constructor and Description |
---|
BaseExchangeContract(ServiceOperation consumer)
Create a new BaseExchangeContract with the specified consumer info.
|
BaseExchangeContract(ServiceOperation consumer,
ServiceOperation provider)
Create a new BaseExchangeContract with the specified consumer and provider info.
|
BaseService(ServiceOperation operation)
Create a new ServiceInterface with the specified operation.
|
BaseService(ServiceOperation operation,
String type)
Create a new ServiceInterface with the specified operation and type.
|
Constructor and Description |
---|
BaseService(Set<ServiceOperation> operations)
Create a new ServiceInterface with the specified operations.
|
BaseService(Set<ServiceOperation> operations,
String type)
Create a new ServiceInterface with the specified operations and type.
|
Constructor and Description |
---|
RemoteInterface(Set<ServiceOperation> operations,
String type)
Create a new RemoteInterface with the specified operation and type.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
Invoker.operation(ServiceOperation serviceOperation)
Set the target operation.
|
Copyright © 2013–2021 JBoss by Red Hat. All rights reserved.