Uses of Class
org.apache.synapse.config.SynapseConfiguration
-
-
Uses of SynapseConfiguration in org.apache.synapse
Fields in org.apache.synapse declared as SynapseConfiguration Modifier and Type Field Description protected SynapseConfigurationAxis2SynapseController. synapseConfigurationReference to the Synapse configurationMethods in org.apache.synapse that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationAxis2SynapseController. createSynapseConfiguration()Creates the Synapse configuration by reading and processing the synapse configuration file.SynapseConfigurationSynapseController. createSynapseConfiguration()Creates the Synapse configuration by reading and processing the synapse configuration file.SynapseConfigurationMessageContext. getConfiguration()Get a reference to the current SynapseConfigurationSynapseConfigurationServerContextInformation. getSynapseConfiguration()Methods in org.apache.synapse with parameters of type SynapseConfiguration Modifier and Type Method Description voidMessageContext. setConfiguration(SynapseConfiguration cfg)Set or replace the Synapse Configuration instance to be used.voidServerContextInformation. setSynapseConfiguration(SynapseConfiguration synapseConfiguration) -
Uses of SynapseConfiguration in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type SynapseConfiguration Modifier and Type Method Description static voidStatisticIdentityGenerator. setSynapseConfiguration(SynapseConfiguration synapseConfiguration) -
Uses of SynapseConfiguration in org.apache.synapse.aspects.flow.statistics.elasticsearch
Methods in org.apache.synapse.aspects.flow.statistics.elasticsearch that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationElasticMetadata. getSynapseConfiguration() -
Uses of SynapseConfiguration in org.apache.synapse.aspects.flow.statistics.store
Constructors in org.apache.synapse.aspects.flow.statistics.store with parameters of type SynapseConfiguration Constructor Description MessageDataStore(SynapseConfiguration synCfg) -
Uses of SynapseConfiguration in org.apache.synapse.config
Methods in org.apache.synapse.config that return SynapseConfiguration Modifier and Type Method Description static SynapseConfigurationSynapseConfigurationBuilder. getConfiguration(String configFile, Properties properties)Build a Synapse configuration from a given XML configuration filestatic SynapseConfigurationSynapseConfigurationBuilder. getDefaultConfiguration()Return the default Synapse Configurationstatic SynapseConfigurationSynapseConfigUtils. getSynapseConfiguration(String tenantDomain)static SynapseConfigurationSynapseConfigUtils. newConfiguration()Construct a fresh SynapseConfiguration instance and registers the observers with it as specified in the synapse.properties file.Methods in org.apache.synapse.config with parameters of type SynapseConfiguration Modifier and Type Method Description static voidSynapseConfigUtils. addSynapseConfiguration(String tenantDomain, SynapseConfiguration synapseConfiguration)static voidSynapseConfigUtils. setDefaultFaultSequence(SynapseConfiguration config)Return the fault sequence if one is not defined.static voidSynapseConfigUtils. setDefaultMainSequence(SynapseConfiguration config)Return the main sequence if one is not defined. -
Uses of SynapseConfiguration in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationConfigurationFactory. getConfiguration(org.apache.axiom.om.OMElement element, Properties properties)Get (basically builds) the configuration of Synapse built up from an OMElement using the defined factorySynapseConfigurationConfigurationFactoryAndSerializerFinder. getConfiguration(org.apache.axiom.om.OMElement element, Properties properties)This method returns a Processor given an OMElement.static SynapseConfigurationMultiXMLConfigurationBuilder. getConfiguration(String root, Properties properties)SynapseConfigurationSynapseXMLConfigurationFactory. getConfiguration(org.apache.axiom.om.OMElement definitions, Properties properties)static SynapseConfigurationXMLConfigurationBuilder. getConfiguration(InputStream is, Properties properties)SynapseConfigurationXMLToTemplateMapper. getSynapseConfiguration()Getter method to obtain Synapse configurationMethods in org.apache.synapse.config.xml with parameters of type SynapseConfiguration Modifier and Type Method Description static MessageStoreMessageStoreFactory. createMessageStore(org.apache.axiom.om.OMElement elem, Properties properties, SynapseConfiguration synapseConfiguration)static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem)static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, boolean reOrder)Add api with the option of re-ordering the api collection based on the contextstatic EndpointSynapseXMLConfigurationFactory. defineEndpoint(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)static TemplateSynapseXMLConfigurationFactory. defineEndpointTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static EntrySynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static EntrySynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, Library library)static SynapseEventSourceSynapseXMLConfigurationFactory. defineEventSource(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static org.apache.synapse.commons.executors.PriorityExecutorSynapseXMLConfigurationFactory. defineExecutor(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static SynapseImportSynapseXMLConfigurationFactory. defineImport(SynapseConfiguration config, org.apache.axiom.om.OMElement elt, Properties properties)static InboundEndpointSynapseXMLConfigurationFactory. defineInboundEndpoint(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static MediatorSynapseXMLConfigurationFactory. defineMediatorTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)static MessageProcessorSynapseXMLConfigurationFactory. defineMessageProcessor(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static MessageStoreSynapseXMLConfigurationFactory. defineMessageStore(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static ProxyServiceSynapseXMLConfigurationFactory. defineProxy(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static RegistrySynapseXMLConfigurationFactory. defineRegistry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static MediatorSynapseXMLConfigurationFactory. defineSequence(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)static StartupSynapseXMLConfigurationFactory. defineStartup(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static org.apache.synapse.task.TaskManagerSynapseXMLConfigurationFactory. defineTaskManager(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static voidSynapseXMLConfigurationFactory. defineTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)MediatorMediatorFactoryFinder. getMediator(org.apache.axiom.om.OMElement element, Properties properties, SynapseConfiguration configuration)This method returns a Processor given an OMElement.static voidSynapseXMLConfigurationFactory. reOrderAPIs(SynapseConfiguration config)Re-order the apis based on the contextvoidMultiXMLConfigurationSerializer. serialize(SynapseConfiguration synapseConfig)Serializes the given SynapseConfiguration to the file system.org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeAPI(API api, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)static org.apache.axiom.om.OMElementConfigurationFactoryAndSerializerFinder. serializeConfiguration(SynapseConfiguration synCfg)static org.apache.axiom.om.OMElementConfigurationFactoryAndSerializerFinder. serializeConfiguration(SynapseConfiguration synCfg, QName qName)This method will serialize the config using the supplied QName (looking up the right class to do it)org.apache.axiom.om.OMElementConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg)Serializes the given configuration to an OMElement.org.apache.axiom.om.OMElementSynapseXMLConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg)Order of entries is irrelevant, however its nice to have some order.static voidXMLConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg, OutputStream outputStream)Order of entries is irrelevant, however its nice to have some order.org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeEndpoint(Endpoint epr, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeEventSource(SynapseEventSource source, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeExecutor(org.apache.synapse.commons.executors.PriorityExecutor source, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeImport(SynapseImport synapseImport, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeInboundEndpoint(InboundEndpoint inboundEndpoint, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeLocalEntry(Object o, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeMessageProcessor(MessageProcessor messageProcessor, SynapseConfiguration synapseConfiguration, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeMessageStore(MessageStore messagestore, SynapseConfiguration synConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeProxy(ProxyService service, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeSequence(SequenceMediator seq, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeSynapseRegistry(Registry registry, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)voidMultiXMLConfigurationSerializer. serializeSynapseXML(SynapseConfiguration synapseConfig)Serialize only the elements defined in the top level synapse.xml file back to the synapse.xml file.org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeTask(Startup task, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeTaskManager(org.apache.synapse.task.TaskManager taskManager, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeTemplate(Template template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeTemplate(TemplateMediator template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)voidXMLToTemplateMapper. setSynapseConfiguration(SynapseConfiguration configuration)Sets synapse configurations associated with the ObjectConstructors in org.apache.synapse.config.xml with parameters of type SynapseConfiguration Constructor Description XMLToTemplateMapper(SynapseConfiguration config) -
Uses of SynapseConfiguration in org.apache.synapse.config.xml.inbound
Methods in org.apache.synapse.config.xml.inbound with parameters of type SynapseConfiguration Modifier and Type Method Description static InboundEndpointInboundEndpointFactory. createInboundEndpoint(org.apache.axiom.om.OMElement inboundEndpointElem, SynapseConfiguration config) -
Uses of SynapseConfiguration in org.apache.synapse.core
Methods in org.apache.synapse.core that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationSynapseEnvironment. getSynapseConfiguration()Retrieves theSynapseConfigurationfrom theenvironment -
Uses of SynapseConfiguration in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationAxis2MessageContext. getConfiguration()SynapseConfigurationAxis2SynapseEnvironment. getSynapseConfiguration()Retrieves theSynapseConfigurationfrom theenvironmentMethods in org.apache.synapse.core.axis2 with parameters of type SynapseConfiguration Modifier and Type Method Description org.apache.axis2.description.AxisServiceProxyService. buildAxisService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg)Build the underlying Axis2 service from the Proxy service definitionstatic org.apache.axis2.description.AxisServiceAnonymousServiceFactory. getAnonymousService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg, boolean wsAddrOn, boolean wsRMOn, boolean wsSecOn)Creates an AxisService for the requested QoS for sending out messages Callers must guarantee that if wsRMon or wsSecOn is required, that wsAddrOn is also setstatic org.apache.axis2.description.AxisServiceAnonymousServiceFactory. getAnonymousService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg, boolean wsAddrOn, boolean wsRMOn, boolean wsSecOn, boolean setCallback)Creates an AxisService for the requested QoS for sending out messages Callers must guarantee that if wsRMon or wsSecOn is required, that wsAddrOn is also setvoidAxis2MessageContext. setConfiguration(SynapseConfiguration synCfg)static voidMessageContextCreatorForAxis2. setSynConfig(SynapseConfiguration synCfg)voidProxyService. start(SynapseConfiguration synCfg)Start the proxy servicevoidProxyService. stop(SynapseConfiguration synCfg)Stop the proxy serviceConstructors in org.apache.synapse.core.axis2 with parameters of type SynapseConfiguration Constructor Description Axis2MessageContext(org.apache.axis2.context.MessageContext axisMsgCtx, SynapseConfiguration synCfg, SynapseEnvironment synEnv)Constructor for the Axis2MessageContext inside SynapseAxis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx, SynapseConfiguration synapseConfig)Axis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx, SynapseConfiguration synapseConfig, ServerContextInformation contextInformation)Axis2SynapseEnvironment(SynapseConfiguration synCfg)SynapseCallbackReceiver(SynapseConfiguration synCfg, ServerContextInformation contextInformation)Create the *single* instance of this class that would be used by all anonymous services used for outgoing messaging. -
Uses of SynapseConfiguration in org.apache.synapse.debug
Methods in org.apache.synapse.debug with parameters of type SynapseConfiguration Modifier and Type Method Description voidSynapseDebugManager. init(SynapseConfiguration synCfg, SynapseDebugInterface debugInterface, SynapseEnvironment synEnv, boolean startListenAsynchronously)Initializes the debug manager single instance. -
Uses of SynapseConfiguration in org.apache.synapse.debug.constructs
Methods in org.apache.synapse.debug.constructs with parameters of type SynapseConfiguration Modifier and Type Method Description MediatorEnclosedInlinedSequence. getInlineSequence(SynapseConfiguration synCfg, int inlineSeqIndentifier)Return the Inlined Sequence Associated with Identifier in that interface implemented Mediator. -
Uses of SynapseConfiguration in org.apache.synapse.debug.utils
Methods in org.apache.synapse.debug.utils with parameters of type SynapseConfiguration Modifier and Type Method Description static MediatorMediatorTreeTraverseUtil. getMediatorReference(SynapseConfiguration synCfg, Mediator seqMediator, int[] position)Returns mediator referece associated with position while traversing the mediator tree.static voidAPIDebugUtil. registerAPISequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String mapping, String method, String sequenceType, String apiKey, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic voidAPIDebugUtil. registerAPISequenceMediationFlowSkip(SynapseConfiguration synCfg, String mapping, String method, String seqType, String apiKey, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from the mediation flowstatic voidConnectorDebugUtil. registerConnectorMediationFlowBreakPoint(SynapseConfiguration synCfg, String connectorKey, String connectorMethod, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic voidConnectorDebugUtil. registerConnectorMediationFlowSkip(SynapseConfiguration synCfg, String connectorKey, String connectorMethod, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from mediation flowstatic voidInboundEndpointDebugUtil. registerInboundSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String inboundKey, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic voidInboundEndpointDebugUtil. registerInboundSequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String inboundKey, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from mediation flowstatic voidProxyDebugUtil. registerProxySequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String proxyKey, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic voidProxyDebugUtil. registerProxySequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String proxyKey, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from medation flowstatic voidSequenceDebugUtil. registerSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String seqKey, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from mediation flowstatic voidSequenceDebugUtil. registerSequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String seqKey, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic voidTemplateDebugUtil. registerTemplateMediationFlowBreakPoint(SynapseConfiguration synCfg, String templateKey, int[] position, boolean registerMode)Registers/Un-registers a breakpoint, point where mediation flow gets suspendedstatic voidTemplateDebugUtil. registerTemplateMediationFlowSkip(SynapseConfiguration synCfg, String templateKey, int[] position, boolean registerMode)Registers/Un-registers a skip, point where mediator disables from mediation flow -
Uses of SynapseConfiguration in org.apache.synapse.deployers
Methods in org.apache.synapse.deployers that return SynapseConfiguration Modifier and Type Method Description protected SynapseConfigurationAbstractSynapseArtifactDeployer. getSynapseConfiguration() -
Uses of SynapseConfiguration in org.apache.synapse.libraries.util
Methods in org.apache.synapse.libraries.util with parameters of type SynapseConfiguration Modifier and Type Method Description static voidLibDeployerUtils. deployingLocalEntries(Library library, SynapseConfiguration config) -
Uses of SynapseConfiguration in org.apache.synapse.message.processor.impl
Fields in org.apache.synapse.message.processor.impl declared as SynapseConfiguration Modifier and Type Field Description protected SynapseConfigurationAbstractMessageProcessor. configuration -
Uses of SynapseConfiguration in org.apache.synapse.message.store
Fields in org.apache.synapse.message.store declared as SynapseConfiguration Modifier and Type Field Description protected SynapseConfigurationAbstractMessageStore. synapseConfigurationsynapse configuration reference -
Uses of SynapseConfiguration in org.apache.synapse.unittest
Methods in org.apache.synapse.unittest that return SynapseConfiguration Modifier and Type Method Description SynapseConfigurationUnitTestingExecutor. getSynapseConfiguration()get the current SynapseConfiguration.Methods in org.apache.synapse.unittest with parameters of type SynapseConfiguration Modifier and Type Method Description voidUnitTestingExecutor. setSynapseConfiguration(SynapseConfiguration synapseConfiguration)set the current SynapseConfiguration. -
Uses of SynapseConfiguration in org.apache.synapse.util.jaxp
Constructors in org.apache.synapse.util.jaxp with parameters of type SynapseConfiguration Constructor Description SchemaResourceResolver(SynapseConfiguration synCfg, ResourceMap resourceMap)SchemaResourceResolver(SynapseConfiguration synCfg, ResourceMap resourceMap, MessageContext messageContext) -
Uses of SynapseConfiguration in org.apache.synapse.util.resolver
Methods in org.apache.synapse.util.resolver with parameters of type SynapseConfiguration Modifier and Type Method Description voidUserDefinedWSDLLocator. init(InputSource baseInputSource, String baseURI, ResourceMap resourceMap, SynapseConfiguration synCfg, String wsdlKey)Initiate the UserDefinedWSDLLocator with the required parametersvoidUserDefinedXmlSchemaURIResolver. init(ResourceMap resourceMap, SynapseConfiguration synCfg, String wsdlKey)Initiate the UserDefinedXmlSchemaURIResolver with the required parametersvoidUserDefinedXmlSchemaURIResolver. init(ResourceMap resourceMap, SynapseConfiguration synCfg, List<Value> schemaRegKey)This will used by Validate mediator to resolve external schema references defined in Validate mediator configuration usingInputSourceResourceMap. resolve(SynapseConfiguration synCfg, String location)Resolve a resource for a given location.InputSourceResourceMap. resolve(SynapseConfiguration synCfg, String location, MessageContext messageContext)Resolve a resource for a given location.Constructors in org.apache.synapse.util.resolver with parameters of type SynapseConfiguration Constructor Description CustomJAXPURIResolver(ResourceMap resourceMap, SynapseConfiguration synCfg)Constructor.CustomWSDLLocator(InputSource baseInputSource, String baseURI, ResourceMap resourceMap, SynapseConfiguration synCfg)CustomXmlSchemaURIResolver(ResourceMap resourceMap, SynapseConfiguration synCfg)Constructor.
-