Uses of Interface
org.apache.synapse.api.cors.CORSConfiguration
-
Packages that use CORSConfiguration Package Description org.apache.synapse.api.cors -
-
Uses of CORSConfiguration in org.apache.synapse.api.cors
Classes in org.apache.synapse.api.cors that implement CORSConfiguration Modifier and Type Class Description class
SynapseCORSConfiguration
This class holds CORS configurations made in synapse.properties fileMethods in org.apache.synapse.api.cors with parameters of type CORSConfiguration Modifier and Type Method Description static void
CORSHelper. handleCORSHeaders(CORSConfiguration corsConfiguration, MessageContext synCtx, String supportedMethods, boolean updateHeaders)
Functions to handle CORS Headersstatic void
CORSHelper. handleCORSHeadersForResponse(CORSConfiguration corsConfiguration, MessageContext synCtx)
Function to set CORS headers to response message transport headers extracting from synapse message context
-