Uses of Class
org.apache.synapse.transport.passthru.SourceResponse
-
Packages that use SourceResponse Package Description org.apache.synapse.transport.passthru org.apache.synapse.transport.passthru.util -
-
Uses of SourceResponse in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return SourceResponse Modifier and Type Method Description SourceResponseSourceContext. getResponse()static SourceResponseSourceContext. getResponse(org.apache.http.nio.NHttpConnection conn)Methods in org.apache.synapse.transport.passthru with parameters of type SourceResponse Modifier and Type Method Description voidPassThroughHttpSender. setContentType(org.apache.axis2.context.MessageContext msgContext, SourceResponse sourceResponse, org.apache.axis2.transport.MessageFormatter formatter, org.apache.axiom.om.OMOutputFormat format, SourceConfiguration sourceConfiguration)Set content type headers along with the charactor encoding if content type header is not preservedstatic voidSourceContext. setResponse(org.apache.http.nio.NHttpConnection conn, SourceResponse response)voidSourceContext. setResponse(SourceResponse response) -
Uses of SourceResponse in org.apache.synapse.transport.passthru.util
Methods in org.apache.synapse.transport.passthru.util that return SourceResponse Modifier and Type Method Description static SourceResponseSourceResponseFactory. create(org.apache.axis2.context.MessageContext msgContext, SourceRequest sourceRequest, SourceConfiguration sourceConfiguration)
-