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(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,
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,
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 |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<Value> |
ValidateMediator.getSchemaKeys()
The keys for the schema resources used for validation
|
Modifier and Type | Method and Description |
---|---|
void |
SendMediator.setReceivingSequence(Value receivingSequence) |
Modifier and Type | Method and 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
|
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 |
---|---|
Map<String,Value> |
InvokeMediator.getpName2ExpressionMap() |
Modifier and Type | Method and Description |
---|---|
void |
InvokeMediator.addExpressionForParamName(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 |
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
|
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.