|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynapseConfiguration | |
|---|---|
| org.apache.synapse | |
| org.apache.synapse.config | |
| org.apache.synapse.config.xml | Factories and serializers for XML based configuration. |
| org.apache.synapse.core | |
| org.apache.synapse.core.axis2 | |
| org.apache.synapse.deployers | |
| org.apache.synapse.mediators.bsf | |
| org.apache.synapse.message.processors | |
| org.apache.synapse.message.store | |
| org.apache.synapse.util.jaxp | |
| org.apache.synapse.util.resolver | |
| Uses of SynapseConfiguration in org.apache.synapse |
|---|
| Fields in org.apache.synapse declared as SynapseConfiguration | |
|---|---|
protected SynapseConfiguration |
Axis2SynapseController.synapseConfiguration
Reference to the Synapse configuration |
| Methods in org.apache.synapse that return SynapseConfiguration | |
|---|---|
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 SynapseConfiguration |
SynapseConfiguration |
ServerContextInformation.getSynapseConfiguration()
|
| Methods in org.apache.synapse with parameters of type SynapseConfiguration | |
|---|---|
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.config |
|---|
| Methods in org.apache.synapse.config that return SynapseConfiguration | |
|---|---|
static SynapseConfiguration |
SynapseConfigurationBuilder.getConfiguration(String configFile,
Properties properties)
Build a Synapse configuration from a given XML configuration file |
static SynapseConfiguration |
SynapseConfigurationBuilder.getDefaultConfiguration()
Return the default Synapse Configuration |
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 | |
|---|---|
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 | |
|---|---|
static SynapseConfiguration |
XMLConfigurationBuilder.getConfiguration(InputStream is,
Properties properties)
|
SynapseConfiguration |
ConfigurationFactory.getConfiguration(OMElement element,
Properties properties)
Get (basically builds) the configuration of Synapse built up from an OMElement using the defined factory |
SynapseConfiguration |
ConfigurationFactoryAndSerializerFinder.getConfiguration(OMElement element,
Properties properties)
This method returns a Processor given an OMElement. |
SynapseConfiguration |
SynapseXMLConfigurationFactory.getConfiguration(OMElement definitions,
Properties properties)
|
static SynapseConfiguration |
MultiXMLConfigurationBuilder.getConfiguration(String root,
Properties properties)
|
| Methods in org.apache.synapse.config.xml with parameters of type SynapseConfiguration | |
|---|---|
static void |
SynapseXMLConfigurationFactory.defineAPI(SynapseConfiguration config,
OMElement elem)
|
static Endpoint |
SynapseXMLConfigurationFactory.defineEndpoint(SynapseConfiguration config,
OMElement ele,
Properties properties)
|
static Template |
SynapseXMLConfigurationFactory.defineEndpointTemplate(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static Entry |
SynapseXMLConfigurationFactory.defineEntry(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static SynapseEventSource |
SynapseXMLConfigurationFactory.defineEventSource(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static PriorityExecutor |
SynapseXMLConfigurationFactory.defineExecutor(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static Mediator |
SynapseXMLConfigurationFactory.defineMediatorTemplate(SynapseConfiguration config,
OMElement ele,
Properties properties)
|
static MessageProcessor |
SynapseXMLConfigurationFactory.defineMessageProcessor(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static MessageStore |
SynapseXMLConfigurationFactory.defineMessageStore(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static ProxyService |
SynapseXMLConfigurationFactory.defineProxy(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static Registry |
SynapseXMLConfigurationFactory.defineRegistry(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static Mediator |
SynapseXMLConfigurationFactory.defineSequence(SynapseConfiguration config,
OMElement ele,
Properties properties)
|
static Startup |
SynapseXMLConfigurationFactory.defineStartup(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
static void |
SynapseXMLConfigurationFactory.defineTemplate(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
void |
MultiXMLConfigurationSerializer.serialize(SynapseConfiguration synapseConfig)
Serializes the given SynapseConfiguration to the file system. |
static OMElement |
ConfigurationFactoryAndSerializerFinder.serializeConfiguration(SynapseConfiguration synCfg)
|
OMElement |
ConfigurationSerializer.serializeConfiguration(SynapseConfiguration synCfg)
Serializes the given configuration to an OMElement. |
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. |
static 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) |
OMElement |
MultiXMLConfigurationSerializer.serializeEndpoint(Endpoint epr,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeEventSource(SynapseEventSource source,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeExecutor(PriorityExecutor source,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeLocalEntry(Object o,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeMessageProcessor(MessageProcessor messageProcessor,
SynapseConfiguration synapseConfiguration,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeMessageStore(MessageStore messagestore,
SynapseConfiguration synConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeProxy(ProxyService service,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeSequence(SequenceMediator seq,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeSynapseRegistry(Registry registry,
SynapseConfiguration synapseConfig,
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. |
OMElement |
MultiXMLConfigurationSerializer.serializeTask(Startup task,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeTemplate(TemplateMediator template,
SynapseConfiguration synapseConfig,
OMElement parent)
|
OMElement |
MultiXMLConfigurationSerializer.serializeTemplate(Template template,
SynapseConfiguration synapseConfig,
OMElement parent)
|
| Uses of SynapseConfiguration in org.apache.synapse.core |
|---|
| Methods in org.apache.synapse.core that return SynapseConfiguration | |
|---|---|
SynapseConfiguration |
SynapseEnvironment.getSynapseConfiguration()
Retrieves the SynapseConfiguration from the environment |
| Uses of SynapseConfiguration in org.apache.synapse.core.axis2 |
|---|
| Methods in org.apache.synapse.core.axis2 that return SynapseConfiguration | |
|---|---|
SynapseConfiguration |
Axis2MessageContext.getConfiguration()
|
SynapseConfiguration |
Axis2SynapseEnvironment.getSynapseConfiguration()
Retrieves the SynapseConfiguration from the environment |
| Methods in org.apache.synapse.core.axis2 with parameters of type SynapseConfiguration | |
|---|---|
AxisService |
ProxyService.buildAxisService(SynapseConfiguration synCfg,
AxisConfiguration axisCfg)
Build the underlying Axis2 service from the Proxy service definition |
static AxisService |
AnonymousServiceFactory.getAnonymousService(SynapseConfiguration synCfg,
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 set |
void |
Axis2MessageContext.setConfiguration(SynapseConfiguration synCfg)
|
static void |
MessageContextCreatorForAxis2.setSynConfig(SynapseConfiguration synCfg)
|
void |
ProxyService.start(SynapseConfiguration synCfg)
Start the proxy service |
void |
ProxyService.stop(SynapseConfiguration synCfg)
Stop the proxy service |
| Constructors in org.apache.synapse.core.axis2 with parameters of type SynapseConfiguration | |
|---|---|
Axis2MessageContext(MessageContext axisMsgCtx,
SynapseConfiguration synCfg,
SynapseEnvironment synEnv)
Constructor for the Axis2MessageContext inside Synapse |
|
Axis2SynapseEnvironment(ConfigurationContext cfgCtx,
SynapseConfiguration synapseConfig)
|
|
Axis2SynapseEnvironment(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.deployers |
|---|
| Methods in org.apache.synapse.deployers that return SynapseConfiguration | |
|---|---|
protected SynapseConfiguration |
AbstractSynapseArtifactDeployer.getSynapseConfiguration()
|
| Uses of SynapseConfiguration in org.apache.synapse.mediators.bsf |
|---|
| Methods in org.apache.synapse.mediators.bsf that return SynapseConfiguration | |
|---|---|
SynapseConfiguration |
ScriptMessageContext.getConfiguration()
|
| Methods in org.apache.synapse.mediators.bsf with parameters of type SynapseConfiguration | |
|---|---|
void |
ScriptMessageContext.setConfiguration(SynapseConfiguration cfg)
|
| Uses of SynapseConfiguration in org.apache.synapse.message.processors |
|---|
| Fields in org.apache.synapse.message.processors declared as SynapseConfiguration | |
|---|---|
protected SynapseConfiguration |
AbstractMessageProcessor.configuration
|
| Uses of SynapseConfiguration in org.apache.synapse.message.store |
|---|
| Fields in org.apache.synapse.message.store declared as SynapseConfiguration | |
|---|---|
protected SynapseConfiguration |
AbstractMessageStore.synapseConfiguration
synapse configuration reference |
| Uses of SynapseConfiguration in org.apache.synapse.util.jaxp |
|---|
| Constructors in org.apache.synapse.util.jaxp with parameters of type SynapseConfiguration | |
|---|---|
SchemaResourceResolver(SynapseConfiguration synCfg,
ResourceMap resourceMap)
|
|
| Uses of SynapseConfiguration in org.apache.synapse.util.resolver |
|---|
| Methods in org.apache.synapse.util.resolver with parameters of type SynapseConfiguration | |
|---|---|
void |
UserDefinedWSDLLocator.init(InputSource baseInputSource,
String baseURI,
ResourceMap resourceMap,
SynapseConfiguration synCfg,
String wsdlKey)
Initiate the UserDefinedWSDLLocator with the required parameters |
void |
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 using |
void |
UserDefinedXmlSchemaURIResolver.init(ResourceMap resourceMap,
SynapseConfiguration synCfg,
String wsdlKey)
Initiate the UserDefinedXmlSchemaURIResolver with the required parameters |
InputSource |
ResourceMap.resolve(SynapseConfiguration synCfg,
String location)
Resolve a resource for a given location. |
| Constructors in org.apache.synapse.util.resolver with parameters of type SynapseConfiguration | |
|---|---|
CustomJAXPURIResolver(ResourceMap resourceMap,
SynapseConfiguration synCfg)
Constructor. |
|
CustomWSDLLocator(InputSource baseInputSource,
String baseURI,
ResourceMap resourceMap,
SynapseConfiguration synCfg)
|
|
CustomXmlSchemaURIResolver(ResourceMap resourceMap,
SynapseConfiguration synCfg)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||