Uses of Class
org.apache.synapse.aspects.AspectConfiguration
-
-
Uses of AspectConfiguration in org.apache.synapse.api
Methods in org.apache.synapse.api that return AspectConfiguration Modifier and Type Method Description AspectConfigurationAPI. getAspectConfiguration()AspectConfigurationResource. getAspectConfiguration()Methods in org.apache.synapse.api with parameters of type AspectConfiguration Modifier and Type Method Description voidAPI. configure(AspectConfiguration aspectConfiguration)voidResource. configure(AspectConfiguration aspectConfiguration) -
Uses of AspectConfiguration in org.apache.synapse.aspects
Methods in org.apache.synapse.aspects that return AspectConfiguration Modifier and Type Method Description AspectConfigurationAspectConfigurable. getAspectConfiguration()Get the aspects configurationstatic AspectConfigurationAspectConfigurationDetectionStrategy. getAspectConfiguration(MessageContext synCtx)Factory method to create the AspectConfiguration when there is no a defined main sequence and only there is a set of mediators.Methods in org.apache.synapse.aspects with parameters of type AspectConfiguration Modifier and Type Method Description voidAspectConfigurable. configure(AspectConfiguration aspectConfiguration)Configure aspects according to the given configuration -
Uses of AspectConfiguration in org.apache.synapse.aspects.flow.statistics.collectors
Methods in org.apache.synapse.aspects.flow.statistics.collectors with parameters of type AspectConfiguration Modifier and Type Method Description static IntegerOpenEventCollector. reportChildEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportEntryEvent(MessageContext messageContext, String componentName, AspectConfiguration aspectConfiguration, ComponentType componentType)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowAggregateEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowContinuableEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowSplittingEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue. -
Uses of AspectConfiguration in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return AspectConfiguration Modifier and Type Method Description AspectConfigurationProxyService. getAspectConfiguration()Methods in org.apache.synapse.core.axis2 with parameters of type AspectConfiguration Modifier and Type Method Description voidProxyService. configure(AspectConfiguration aspectConfiguration) -
Uses of AspectConfiguration in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return AspectConfiguration Modifier and Type Method Description AspectConfigurationEndpointDefinition. getAspectConfiguration()Methods in org.apache.synapse.endpoints with parameters of type AspectConfiguration Modifier and Type Method Description voidEndpointDefinition. configure(AspectConfiguration aspectConfiguration) -
Uses of AspectConfiguration in org.apache.synapse.inbound
Methods in org.apache.synapse.inbound that return AspectConfiguration Modifier and Type Method Description AspectConfigurationInboundEndpoint. getAspectConfiguration()Methods in org.apache.synapse.inbound with parameters of type AspectConfiguration Modifier and Type Method Description voidInboundEndpoint. configure(AspectConfiguration aspectConfiguration) -
Uses of AspectConfiguration in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators that return AspectConfiguration Modifier and Type Method Description AspectConfigurationAbstractMediator. getAspectConfiguration()Get the aspects configurationMethods in org.apache.synapse.mediators with parameters of type AspectConfiguration Modifier and Type Method Description voidAbstractMediator. configure(AspectConfiguration aspectConfiguration)Configure aspects according to the given configuration
-