Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.endpoints | |
org.apache.synapse.mediators.base | |
org.apache.synapse.mediators.bean | |
org.apache.synapse.mediators.bean.enterprise | |
org.apache.synapse.mediators.builtin | |
org.apache.synapse.mediators.eip.aggregator | |
org.apache.synapse.mediators.template | |
org.apache.synapse.mediators.transform | |
org.apache.synapse.util.resolver |
Modifier and Type | Method and Description |
---|---|
Value |
ValueFactory.createTextValue(org.apache.axiom.om.OMElement elem)
Create a key instance
|
Value |
ValueFactory.createValue(java.lang.String name,
org.apache.axiom.om.OMElement elem)
Create a key instance
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
ValueSerializer.serializeTextValue(Value key,
java.lang.String name,
org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
|
org.apache.axiom.om.OMElement |
ValueSerializer.serializeValue(Value key,
java.lang.String name,
org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
|
Modifier and Type | Method and Description |
---|---|
Value |
RecipientListEndpoint.getDynamicEnpointSet() |
Modifier and Type | Method and Description |
---|---|
void |
RecipientListEndpoint.setDynamicEnpointSet(Value dynamicEnpointSet) |
Modifier and Type | Method and Description |
---|---|
Value |
SequenceMediator.getKey()
To get the key which is used to pick the sequence definition from the local registry
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceMediator.setKey(Value key)
To set the local registry key in order to pick the sequence definition
|
Modifier and Type | Method and Description |
---|---|
Value |
BeanMediator.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
BeanMediator.setValue(Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
EJBMediator.getBeanId() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Value> |
EJBMediator.getArgumentList() |
Modifier and Type | Method and Description |
---|---|
void |
EJBMediator.addArgument(Value argument) |
void |
EJBMediator.setBeanId(Value beanId) |
Modifier and Type | Method and Description |
---|---|
Value |
SendMediator.getReceivingSequence() |
Value |
JSONTransformMediator.getSchemaKey() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Value> |
ValidateMediator.getSchemaKeys()
The keys for the schema resources used for validation
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyMediator.setDynamicNameValue(Value nameValue)
Setter for the Value of the Name attribute when it has a dynamic value.
|
void |
SendMediator.setReceivingSequence(Value receivingSequence) |
void |
JSONTransformMediator.setSchemaKey(Value schemaKey) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateMediator.setSchemaKeys(java.util.List<Value> schemaKeys)
Set a list of local property names which refer to a list of schemas to be
used for validation
|
Modifier and Type | Method and Description |
---|---|
Value |
AggregateMediator.getMaxMessagesToComplete() |
Value |
AggregateMediator.getMinMessagesToComplete() |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMediator.setMaxMessagesToComplete(Value maxMessagesToComplete) |
void |
AggregateMediator.setMinMessagesToComplete(Value minMessagesToComplete) |
Modifier and Type | Method and Description |
---|---|
Value |
InvokeMediator.getKey() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Value> |
InvokeMediator.getpName2ExpressionMap() |
Modifier and Type | Method and Description |
---|---|
void |
InvokeMediator.addExpressionForParamName(java.lang.String pName,
Value expr) |
void |
InvokeMediator.setKey(Value key) |
Modifier and Type | Method and Description |
---|---|
Value |
PayloadFactoryMediator.getFormatKey()
To get the key which is used to pick the format definition from the local registry
|
Value |
XSLTMediator.getXsltKey() |
Modifier and Type | Method and Description |
---|---|
void |
PayloadFactoryMediator.setFormatKey(Value key)
To set the local registry key in order to pick the format definition
|
void |
XSLTMediator.setXsltKey(Value xsltKey) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceMap.addResource(Value location,
Value key)
Add a resource.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedXmlSchemaURIResolver.init(ResourceMap resourceMap,
SynapseConfiguration synCfg,
java.util.List<Value> schemaRegKey)
This will used by Validate mediator to resolve external schema references
defined in Validate mediator configuration
using
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.