Package | Description |
---|---|
org.switchyard.test |
Modifier and Type | Method and Description |
---|---|
MockHandler |
MockHandler.forwardInToFault()
Forward input to fault.
|
MockHandler |
MockHandler.forwardInToOut()
Forward input to output.
|
MockHandler |
SwitchYardTestKit.registerInOnlyService(String serviceName)
Register an IN_ONLY Service.
|
MockHandler |
SwitchYardTestKit.registerInOutService(String serviceName)
Register an IN_OUT Service.
|
MockHandler |
SwitchYardTestKit.replaceService(QName name)
Replaces an existing service registration (e.g.
|
MockHandler |
SwitchYardTestKit.replaceService(String name)
Replaces an existing service registration (e.g.
|
MockHandler |
MockHandler.replyWithFault(Object content)
Reply with a fault message using the specified content.
|
MockHandler |
MockHandler.replyWithOut(Object content)
Reply with an out message using the specified content.
|
MockHandler |
MockHandler.waitForFaultMessage()
Wait for a number of messages.
|
MockHandler |
MockHandler.waitForOKMessage()
Wait for a message.
|
Copyright © 2013–2021 JBoss by Red Hat. All rights reserved.