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 SynapseConfiguration
Axis2SynapseController. synapseConfiguration
Reference to the Synapse configurationMethods in org.apache.synapse that return SynapseConfiguration Modifier and Type Method Description SynapseConfiguration
Axis2SynapseController. createSynapseConfiguration()
Creates the Synapse configuration by reading and processing the synapse configuration file.SynapseConfiguration
SynapseController. createSynapseConfiguration()
Creates the Synapse configuration by reading and processing the synapse configuration file.SynapseConfiguration
MessageContext. getConfiguration()
Get a reference to the current SynapseConfigurationSynapseConfiguration
ServerContextInformation. getSynapseConfiguration()
Methods in org.apache.synapse with parameters of type SynapseConfiguration Modifier and Type Method Description void
MessageContext. setConfiguration(SynapseConfiguration cfg)
Set or replace the Synapse Configuration instance to be used.void
ServerContextInformation. 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 void
StatisticIdentityGenerator. 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 SynapseConfiguration
ElasticMetadata. 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 SynapseConfiguration
SynapseConfigurationBuilder. getConfiguration(String configFile, Properties properties)
Build a Synapse configuration from a given XML configuration filestatic SynapseConfiguration
SynapseConfigurationBuilder. getDefaultConfiguration()
Return the default Synapse Configurationstatic SynapseConfiguration
SynapseConfigUtils. getSynapseConfiguration(String tenantDomain)
static SynapseConfiguration
SynapseConfigUtils. 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 void
SynapseConfigUtils. addSynapseConfiguration(String tenantDomain, SynapseConfiguration synapseConfiguration)
static void
SynapseConfigUtils. setDefaultFaultSequence(SynapseConfiguration config)
Return the fault sequence if one is not defined.static void
SynapseConfigUtils. 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 SynapseConfiguration
ConfigurationFactory. getConfiguration(org.apache.axiom.om.OMElement element, Properties properties)
Get (basically builds) the configuration of Synapse built up from an OMElement using the defined factorySynapseConfiguration
ConfigurationFactoryAndSerializerFinder. getConfiguration(org.apache.axiom.om.OMElement element, Properties properties)
This method returns a Processor given an OMElement.static SynapseConfiguration
MultiXMLConfigurationBuilder. getConfiguration(String root, Properties properties)
SynapseConfiguration
SynapseXMLConfigurationFactory. getConfiguration(org.apache.axiom.om.OMElement definitions, Properties properties)
static SynapseConfiguration
XMLConfigurationBuilder. getConfiguration(InputStream is, Properties properties)
SynapseConfiguration
XMLToTemplateMapper. getSynapseConfiguration()
Getter method to obtain Synapse configurationMethods in org.apache.synapse.config.xml with parameters of type SynapseConfiguration Modifier and Type Method Description static MessageStore
MessageStoreFactory. createMessageStore(org.apache.axiom.om.OMElement elem, Properties properties, SynapseConfiguration synapseConfiguration)
static API
SynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem)
static API
SynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static API
SynapseXMLConfigurationFactory. 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 Endpoint
SynapseXMLConfigurationFactory. defineEndpoint(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)
static Template
SynapseXMLConfigurationFactory. defineEndpointTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Entry
SynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Entry
SynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, Library library)
static SynapseEventSource
SynapseXMLConfigurationFactory. defineEventSource(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static org.apache.synapse.commons.executors.PriorityExecutor
SynapseXMLConfigurationFactory. defineExecutor(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static SynapseImport
SynapseXMLConfigurationFactory. defineImport(SynapseConfiguration config, org.apache.axiom.om.OMElement elt, Properties properties)
static InboundEndpoint
SynapseXMLConfigurationFactory. defineInboundEndpoint(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Mediator
SynapseXMLConfigurationFactory. defineMediatorTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)
static MessageProcessor
SynapseXMLConfigurationFactory. defineMessageProcessor(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static MessageStore
SynapseXMLConfigurationFactory. defineMessageStore(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static ProxyService
SynapseXMLConfigurationFactory. defineProxy(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Registry
SynapseXMLConfigurationFactory. defineRegistry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Mediator
SynapseXMLConfigurationFactory. defineSequence(SynapseConfiguration config, org.apache.axiom.om.OMElement ele, Properties properties)
static Startup
SynapseXMLConfigurationFactory. defineStartup(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static org.apache.synapse.task.TaskManager
SynapseXMLConfigurationFactory. defineTaskManager(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static void
SynapseXMLConfigurationFactory. defineTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
Mediator
MediatorFactoryFinder. getMediator(org.apache.axiom.om.OMElement element, Properties properties, SynapseConfiguration configuration)
This method returns a Processor given an OMElement.static void
SynapseXMLConfigurationFactory. reOrderAPIs(SynapseConfiguration config)
Re-order the apis based on the contextvoid
MultiXMLConfigurationSerializer. serialize(SynapseConfiguration synapseConfig)
Serializes the given SynapseConfiguration to the file system.org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeAPI(API api, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
static org.apache.axiom.om.OMElement
ConfigurationFactoryAndSerializerFinder. serializeConfiguration(SynapseConfiguration synCfg)
static org.apache.axiom.om.OMElement
ConfigurationFactoryAndSerializerFinder. 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.OMElement
ConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg)
Serializes the given configuration to an OMElement.org.apache.axiom.om.OMElement
SynapseXMLConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg)
Order of entries is irrelevant, however its nice to have some order.static void
XMLConfigurationSerializer. serializeConfiguration(SynapseConfiguration synCfg, OutputStream outputStream)
Order of entries is irrelevant, however its nice to have some order.org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeEndpoint(Endpoint epr, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeEventSource(SynapseEventSource source, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeExecutor(org.apache.synapse.commons.executors.PriorityExecutor source, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeImport(SynapseImport synapseImport, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeInboundEndpoint(InboundEndpoint inboundEndpoint, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeLocalEntry(Object o, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeMessageProcessor(MessageProcessor messageProcessor, SynapseConfiguration synapseConfiguration, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeMessageStore(MessageStore messagestore, SynapseConfiguration synConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeProxy(ProxyService service, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeSequence(SequenceMediator seq, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeSynapseRegistry(Registry registry, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
void
MultiXMLConfigurationSerializer. 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.OMElement
MultiXMLConfigurationSerializer. serializeTask(Startup task, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTaskManager(org.apache.synapse.task.TaskManager taskManager, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTemplate(Template template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTemplate(TemplateMediator template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
void
XMLToTemplateMapper. 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 InboundEndpoint
InboundEndpointFactory. 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 SynapseConfiguration
SynapseEnvironment. getSynapseConfiguration()
Retrieves theSynapseConfiguration
from 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 SynapseConfiguration
Axis2MessageContext. getConfiguration()
SynapseConfiguration
Axis2SynapseEnvironment. getSynapseConfiguration()
Retrieves theSynapseConfiguration
from theenvironment
Methods in org.apache.synapse.core.axis2 with parameters of type SynapseConfiguration Modifier and Type Method Description org.apache.axis2.description.AxisService
ProxyService. buildAxisService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg)
Build the underlying Axis2 service from the Proxy service definitionstatic org.apache.axis2.description.AxisService
AnonymousServiceFactory. 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.AxisService
AnonymousServiceFactory. 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 setvoid
Axis2MessageContext. setConfiguration(SynapseConfiguration synCfg)
static void
MessageContextCreatorForAxis2. setSynConfig(SynapseConfiguration synCfg)
void
ProxyService. start(SynapseConfiguration synCfg)
Start the proxy servicevoid
ProxyService. 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 void
SynapseDebugManager. 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 Mediator
EnclosedInlinedSequence. 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 Mediator
MediatorTreeTraverseUtil. getMediatorReference(SynapseConfiguration synCfg, Mediator seqMediator, int[] position)
Returns mediator referece associated with position while traversing the mediator tree.static void
APIDebugUtil. 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 void
APIDebugUtil. 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 void
ConnectorDebugUtil. registerConnectorMediationFlowBreakPoint(SynapseConfiguration synCfg, String connectorKey, String connectorMethod, int[] position, boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic void
ConnectorDebugUtil. registerConnectorMediationFlowSkip(SynapseConfiguration synCfg, String connectorKey, String connectorMethod, int[] position, boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from mediation flowstatic void
InboundEndpointDebugUtil. registerInboundSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String inboundKey, int[] position, boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic void
InboundEndpointDebugUtil. registerInboundSequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String inboundKey, int[] position, boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from mediation flowstatic void
ProxyDebugUtil. registerProxySequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String proxyKey, int[] position, boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic void
ProxyDebugUtil. registerProxySequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String proxyKey, int[] position, boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from medation flowstatic void
SequenceDebugUtil. registerSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String seqKey, int[] position, boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from mediation flowstatic void
SequenceDebugUtil. registerSequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String seqKey, int[] position, boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspendedstatic void
TemplateDebugUtil. registerTemplateMediationFlowBreakPoint(SynapseConfiguration synCfg, String templateKey, int[] position, boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow gets suspendedstatic void
TemplateDebugUtil. 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 SynapseConfiguration
AbstractSynapseArtifactDeployer. 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 void
LibDeployerUtils. 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 SynapseConfiguration
AbstractMessageProcessor. 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 SynapseConfiguration
AbstractMessageStore. synapseConfiguration
synapse configuration reference -
Uses of SynapseConfiguration in org.apache.synapse.unittest
Methods in org.apache.synapse.unittest that return SynapseConfiguration Modifier and Type Method Description SynapseConfiguration
UnitTestingExecutor. getSynapseConfiguration()
get the current SynapseConfiguration.Methods in org.apache.synapse.unittest with parameters of type SynapseConfiguration Modifier and Type Method Description void
UnitTestingExecutor. 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 void
UserDefinedWSDLLocator. init(InputSource baseInputSource, String baseURI, ResourceMap resourceMap, SynapseConfiguration synCfg, String wsdlKey)
Initiate the UserDefinedWSDLLocator with the required parametersvoid
UserDefinedXmlSchemaURIResolver. init(ResourceMap resourceMap, SynapseConfiguration synCfg, String wsdlKey)
Initiate the UserDefinedXmlSchemaURIResolver with the required parametersvoid
UserDefinedXmlSchemaURIResolver. init(ResourceMap resourceMap, SynapseConfiguration synCfg, List<Value> schemaRegKey)
This will used by Validate mediator to resolve external schema references defined in Validate mediator configuration usingInputSource
ResourceMap. resolve(SynapseConfiguration synCfg, String location)
Resolve a resource for a given location.InputSource
ResourceMap. 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.
-