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 ValueValueFactory. createTextValue(org.apache.axiom.om.OMElement elem)Create a key instanceValueValueFactory. 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.OMElementValueSerializer. serializeTextValue(Value key, String name, org.apache.axiom.om.OMElement elem)Serialize the Value object to an OMElement representing the entryorg.apache.axiom.om.OMElementValueSerializer. 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 ValueRecipientListEndpoint. getDynamicEnpointSet()Methods in org.apache.synapse.endpoints with parameters of type Value Modifier and Type Method Description voidRecipientListEndpoint. 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 ValueSequenceMediator. 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 voidSequenceMediator. 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 ValueBeanMediator. getValue()Methods in org.apache.synapse.mediators.bean with parameters of type Value Modifier and Type Method Description voidBeanMediator. 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 ValueEJBMediator. 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 voidEJBMediator. addArgument(Value argument)voidEJBMediator. 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 ValueSendMediator. getReceivingSequence()ValueJSONTransformMediator. 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 voidNTLMMediator. setDynamicDomain(Value dynamicDomain)voidNTLMMediator. setDynamicHost(Value dynamicHost)voidPropertyMediator. setDynamicNameValue(Value nameValue)Setter for the Value of the Name attribute when it has a dynamic value.voidNTLMMediator. setDynamicNtmlVersion(Value dynamicNtmlVersion)voidNTLMMediator. setDynamicPassword(Value dynamicPassword)voidNTLMMediator. setDynamicUsername(Value dynamicUsername)voidSendMediator. setReceivingSequence(Value receivingSequence)voidJSONTransformMediator. setSchemaKey(Value schemaKey)Method parameters in org.apache.synapse.mediators.builtin with type arguments of type Value Modifier and Type Method Description voidValidateMediator. 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 ValueAggregateMediator. getAggregateElementType()ValueAggregateMediator. getMaxMessagesToComplete()ValueAggregateMediator. getMinMessagesToComplete()Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type Value Modifier and Type Method Description voidAggregateMediator. setAggregateElementType(Value aggregateElementType)voidAggregateMediator. setMaxMessagesToComplete(Value maxMessagesToComplete)voidAggregateMediator. 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 ValueCloneMediator. getDynamicIterationsValue()Methods in org.apache.synapse.mediators.eip.splitter with parameters of type Value Modifier and Type Method Description voidCloneMediator. 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 ValueInvokeMediator. 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 voidInvokeMediator. addExpressionForParamName(String pName, Value expr)voidInvokeMediator. 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 ValuePayloadFactoryMediator. getFormatKey()To get the key which is used to pick the format definition from the local registryValueXSLTMediator. getXsltKey()Methods in org.apache.synapse.mediators.transform with parameters of type Value Modifier and Type Method Description voidPayloadFactoryMediator. setFormatKey(Value key)To set the local registry key in order to pick the format definitionvoidXSLTMediator. 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 voidResourceMap. 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 voidUserDefinedXmlSchemaURIResolver. 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
-