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