public interface RestApiResponseAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
noContent() |
void |
setHeader(String name,
String value) |
void |
writeBytes(byte[] bytes) |
void writeBytes(byte[] bytes)
throws IOException
IOExceptionvoid noContent()
Apache Camel