Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
-
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http
Methods in org.apache.synapse.commons.emulator.http with parameters of type OutgoingMessage Modifier and Type Method Description void
ChannelPipelineInitializer. setProducerOutgoingMessage(OutgoingMessage producerOutgoingMessage)
-
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>
HttpProducerContext. getInOutCorrelation()
Methods in org.apache.synapse.commons.emulator.http.dsl with parameters of type OutgoingMessage Modifier and Type Method Description HttpProducerContext
HttpProducerContext. respond(OutgoingMessage outgoing)
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.dsl.dto.producer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer that return OutgoingMessage Modifier and Type Method Description static OutgoingMessage
OutgoingMessage. response()
OutgoingMessage
OutgoingMessage. withBody(String body)
OutgoingMessage
OutgoingMessage. withHeader(String name, String value)
OutgoingMessage
OutgoingMessage. withHeaders(Header... headers)
OutgoingMessage
OutgoingMessage. withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode)
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.producer
Methods in org.apache.synapse.commons.emulator.http.producer with parameters of type OutgoingMessage Modifier and Type Method Description void
HttpResponseAssertProcessor. process(HttpResponseContext responseContext, OutgoingMessage outgoingMessage)
Constructors in org.apache.synapse.commons.emulator.http.producer with parameters of type OutgoingMessage Constructor Description HttpResponseProcessHandler(OutgoingMessage outgoingMessage)
-