Package org.apache.camel.openapi
Interface RestApiResponseAdapter
-
- All Known Implementing Classes:
ExchangeRestApiResponseAdapter
public interface RestApiResponseAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnoContent()voidsetHeader(String name, String value)voidwriteBytes(byte[] bytes)
-
-
-
Method Detail
-
writeBytes
void writeBytes(byte[] bytes) throws IOException- Throws:
IOException
-
noContent
void noContent()
-
-