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 voidChannelPipelineInitializer. 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 HttpProducerContextHttpProducerContext. 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 OutgoingMessageOutgoingMessage. response()OutgoingMessageOutgoingMessage. withBody(String body)OutgoingMessageOutgoingMessage. withHeader(String name, String value)OutgoingMessageOutgoingMessage. withHeaders(Header... headers)OutgoingMessageOutgoingMessage. 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 voidHttpResponseAssertProcessor. process(HttpResponseContext responseContext, OutgoingMessage outgoingMessage)Constructors in org.apache.synapse.commons.emulator.http.producer with parameters of type OutgoingMessage Constructor Description HttpResponseProcessHandler(OutgoingMessage outgoingMessage)
-