public interface TemplateExchange
TemplateExchange interface.
Modifier and Type | Method and Description |
---|---|
boolean |
matchResponseByString(String input)
matchResponseByString
|
boolean |
processResponse(Object... args)
processResponse
|
boolean |
sendRequest(Object... args)
sendRequest
|
boolean sendRequest(Object... args) throws IOException
sendRequest
args
- a Object
object.IOException
- if any.boolean processResponse(Object... args) throws IOException
processResponse
args
- a Object
object.IOException
- if any.Copyright © 2021. All rights reserved.