Uses of Class
org.apache.synapse.mediators.Value
-
Packages that use Value 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.eip.splitter org.apache.synapse.mediators.template org.apache.synapse.mediators.transform org.apache.synapse.util.resolver -
-
Uses of Value in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Value Modifier and Type Method Description Value
ValueFactory. createTextValue(org.apache.axiom.om.OMElement elem)
Create a key instanceValue
ValueFactory. createValue(String name, org.apache.axiom.om.OMElement elem)
Create a key instanceMethods in org.apache.synapse.config.xml with parameters of type Value Modifier and Type Method Description org.apache.axiom.om.OMElement
ValueSerializer. serializeTextValue(Value key, String name, org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entryorg.apache.axiom.om.OMElement
ValueSerializer. serializeValue(Value key, String name, org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry -
Uses of Value in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return Value Modifier and Type Method Description Value
RecipientListEndpoint. getDynamicEnpointSet()
Methods in org.apache.synapse.endpoints with parameters of type Value Modifier and Type Method Description void
RecipientListEndpoint. setDynamicEnpointSet(Value dynamicEnpointSet)
-
Uses of Value in org.apache.synapse.mediators.base
Methods in org.apache.synapse.mediators.base that return Value Modifier and Type Method Description Value
SequenceMediator. getKey()
To get the key which is used to pick the sequence definition from the local registryMethods in org.apache.synapse.mediators.base with parameters of type Value Modifier and Type Method Description void
SequenceMediator. setKey(Value key)
To set the local registry key in order to pick the sequence definition -
Uses of Value in org.apache.synapse.mediators.bean
Methods in org.apache.synapse.mediators.bean that return Value Modifier and Type Method Description Value
BeanMediator. getValue()
Methods in org.apache.synapse.mediators.bean with parameters of type Value Modifier and Type Method Description void
BeanMediator. setValue(Value value)
-
Uses of Value in org.apache.synapse.mediators.bean.enterprise
Methods in org.apache.synapse.mediators.bean.enterprise that return Value Modifier and Type Method Description Value
EJBMediator. getBeanId()
Methods in org.apache.synapse.mediators.bean.enterprise that return types with arguments of type Value Modifier and Type Method Description List<Value>
EJBMediator. getArgumentList()
Methods in org.apache.synapse.mediators.bean.enterprise with parameters of type Value Modifier and Type Method Description void
EJBMediator. addArgument(Value argument)
void
EJBMediator. setBeanId(Value beanId)
-
Uses of Value in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin that return Value Modifier and Type Method Description Value
SendMediator. getReceivingSequence()
Value
JSONTransformMediator. getSchemaKey()
Methods in org.apache.synapse.mediators.builtin that return types with arguments of type Value Modifier and Type Method Description List<Value>
ValidateMediator. getSchemaKeys()
The keys for the schema resources used for validationMethods in org.apache.synapse.mediators.builtin with parameters of type Value Modifier and Type Method Description void
NTLMMediator. setDynamicDomain(Value dynamicDomain)
void
NTLMMediator. setDynamicHost(Value dynamicHost)
void
PropertyMediator. setDynamicNameValue(Value nameValue)
Setter for the Value of the Name attribute when it has a dynamic value.void
NTLMMediator. setDynamicNtmlVersion(Value dynamicNtmlVersion)
void
NTLMMediator. setDynamicPassword(Value dynamicPassword)
void
NTLMMediator. setDynamicUsername(Value dynamicUsername)
void
SendMediator. setReceivingSequence(Value receivingSequence)
void
JSONTransformMediator. setSchemaKey(Value schemaKey)
Method parameters in org.apache.synapse.mediators.builtin with type arguments of type Value Modifier and Type Method Description void
ValidateMediator. setSchemaKeys(List<Value> schemaKeys)
Set a list of local property names which refer to a list of schemas to be used for validation -
Uses of Value in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator that return Value Modifier and Type Method Description Value
AggregateMediator. getAggregateElementType()
Value
AggregateMediator. getMaxMessagesToComplete()
Value
AggregateMediator. getMinMessagesToComplete()
Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type Value Modifier and Type Method Description void
AggregateMediator. setAggregateElementType(Value aggregateElementType)
void
AggregateMediator. setMaxMessagesToComplete(Value maxMessagesToComplete)
void
AggregateMediator. setMinMessagesToComplete(Value minMessagesToComplete)
-
Uses of Value in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter that return Value Modifier and Type Method Description Value
CloneMediator. getDynamicIterationsValue()
Methods in org.apache.synapse.mediators.eip.splitter with parameters of type Value Modifier and Type Method Description void
CloneMediator. setDynamicIterationsValue(Value dynamicIterationsValue)
-
Uses of Value in org.apache.synapse.mediators.template
Methods in org.apache.synapse.mediators.template that return Value Modifier and Type Method Description Value
InvokeMediator. getKey()
Methods in org.apache.synapse.mediators.template that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>
InvokeMediator. getpName2ExpressionMap()
Methods in org.apache.synapse.mediators.template with parameters of type Value Modifier and Type Method Description void
InvokeMediator. addExpressionForParamName(String pName, Value expr)
void
InvokeMediator. setKey(Value key)
-
Uses of Value in org.apache.synapse.mediators.transform
Methods in org.apache.synapse.mediators.transform that return Value Modifier and Type Method Description Value
PayloadFactoryMediator. getFormatKey()
To get the key which is used to pick the format definition from the local registryValue
XSLTMediator. getXsltKey()
Methods in org.apache.synapse.mediators.transform with parameters of type Value Modifier and Type Method Description void
PayloadFactoryMediator. setFormatKey(Value key)
To set the local registry key in order to pick the format definitionvoid
XSLTMediator. setXsltKey(Value xsltKey)
-
Uses of Value in org.apache.synapse.util.resolver
Methods in org.apache.synapse.util.resolver with parameters of type Value Modifier and Type Method Description void
ResourceMap. addResource(Value location, Value key)
Add a resource.Method parameters in org.apache.synapse.util.resolver with type arguments of type Value Modifier and Type Method Description 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
-