Package | Description |
---|---|
org.switchyard.test |
Modifier and Type | Method and Description |
---|---|
Invoker |
Invoker.attachment(String name,
DataSource attachment)
Adds an attachment for created Messages.
|
Invoker |
Invoker.expectedFaultType(QName expectedFaultType)
Set the expected fault type for the exchange contract.
|
Invoker |
Invoker.expectedOutputType(QName expectedOutputType)
Set the output type for the exchange contract.
|
Invoker |
Invoker.inputType(QName inputType)
Set the input type for the exchange contract.
|
Invoker |
SwitchYardTestKit.newInvoker(QName serviceName)
Create a new
Invoker instance for invoking a Service in the test ServiceDomain. |
Invoker |
SwitchYardTestKit.newInvoker(String serviceName)
Create a new
Invoker instance for invoking a Service in the test ServiceDomain. |
Invoker |
Invoker.operation(ServiceOperation serviceOperation)
Set the target operation.
|
Invoker |
Invoker.operation(String operationName)
Set the target operation name.
|
Invoker |
Invoker.property(String name,
Object value)
Sets a property at
Scope.MESSAGE . |
Invoker |
Invoker.property(String name,
Object value,
Scope scope)
Sets a property at the specified scope.
|
Invoker |
Invoker.responseHandler(ExchangeHandler handler)
Set the response handler.
|
Invoker |
Invoker.timeout(long timeoutMillis)
Set the timeout for in-out invocations.
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.