Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.Header
-
Packages that use Header Package Description org.apache.synapse.commons.emulator.http.dsl.dto.consumer org.apache.synapse.commons.emulator.http.dsl.dto.producer -
-
Uses of Header in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer that return types with arguments of type Header Modifier and Type Method Description List<Header>OutgoingMessage. getHeaders()Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer with parameters of type Header Modifier and Type Method Description OutgoingMessageOutgoingMessage. withHeaders(Header... headers) -
Uses of Header in org.apache.synapse.commons.emulator.http.dsl.dto.producer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer that return types with arguments of type Header Modifier and Type Method Description List<Header>IncomingMessage. getHeaders()List<Header>OutgoingMessage. getHeaders()Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer with parameters of type Header Modifier and Type Method Description IncomingMessageIncomingMessage. withHeaders(Header... headers)OutgoingMessageOutgoingMessage. withHeaders(Header... headers)
-