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 AspectConfiguration
API. getAspectConfiguration()
AspectConfiguration
Resource. getAspectConfiguration()
Methods in org.apache.synapse.api with parameters of type AspectConfiguration Modifier and Type Method Description void
API. configure(AspectConfiguration aspectConfiguration)
void
Resource. 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 AspectConfiguration
AspectConfigurable. getAspectConfiguration()
Get the aspects configurationstatic AspectConfiguration
AspectConfigurationDetectionStrategy. 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 void
AspectConfigurable. 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 Integer
OpenEventCollector. reportChildEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportEntryEvent(MessageContext messageContext, String componentName, AspectConfiguration aspectConfiguration, ComponentType componentType)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportFlowAggregateEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportFlowContinuableEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. 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 AspectConfiguration
ProxyService. getAspectConfiguration()
Methods in org.apache.synapse.core.axis2 with parameters of type AspectConfiguration Modifier and Type Method Description void
ProxyService. 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 AspectConfiguration
EndpointDefinition. getAspectConfiguration()
Methods in org.apache.synapse.endpoints with parameters of type AspectConfiguration Modifier and Type Method Description void
EndpointDefinition. 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 AspectConfiguration
InboundEndpoint. getAspectConfiguration()
Methods in org.apache.synapse.inbound with parameters of type AspectConfiguration Modifier and Type Method Description void
InboundEndpoint. 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 AspectConfiguration
AbstractMediator. getAspectConfiguration()
Get the aspects configurationMethods in org.apache.synapse.mediators with parameters of type AspectConfiguration Modifier and Type Method Description void
AbstractMediator. configure(AspectConfiguration aspectConfiguration)
Configure aspects according to the given configuration
-