Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
-
Packages that use OutgoingMessage Package Description org.apache.synapse.commons.emulator.http.dsl org.apache.synapse.commons.emulator.http.dsl.dto.consumer -
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.dsl
Methods in org.apache.synapse.commons.emulator.http.dsl that return types with arguments of type OutgoingMessage Modifier and Type Method Description Map<IncomingMessage,OutgoingMessage>
HttpConsumerContext. getInOutCorrelation()
Methods in org.apache.synapse.commons.emulator.http.dsl with parameters of type OutgoingMessage Modifier and Type Method Description HttpConsumerContext
HttpConsumerContext. respond(OutgoingMessage outgoing)
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer that return OutgoingMessage Modifier and Type Method Description static OutgoingMessage
OutgoingMessage. response()
OutgoingMessage
OutgoingMessage. withBody(String body)
OutgoingMessage
OutgoingMessage. withCookie(String name, String value)
OutgoingMessage
OutgoingMessage. withCookies(Cookie... cookies)
OutgoingMessage
OutgoingMessage. withEmptyBody()
OutgoingMessage
OutgoingMessage. withHeader(String name, String value)
OutgoingMessage
OutgoingMessage. withHeaders(Header... headers)
OutgoingMessage
OutgoingMessage. withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode)
-