Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.endpoints | |
org.apache.synapse.mediators | |
org.apache.synapse.mediators.base | |
org.apache.synapse.mediators.bean | |
org.apache.synapse.mediators.bean.enterprise | |
org.apache.synapse.mediators.bsf | |
org.apache.synapse.mediators.builtin | |
org.apache.synapse.mediators.template | |
org.apache.synapse.mediators.transform | |
org.apache.synapse.mediators.xquery | |
org.apache.synapse.util.resolver |
Modifier and Type | Method and Description |
---|---|
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.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.getDynamicEndpointSet() |
Modifier and Type | Method and Description |
---|---|
void |
RecipientListEndpoint.setDynamicEndpointSet(Value dynamicEndpointSet) |
Modifier and Type | Method and Description |
---|---|
Value |
TemplateParameter.getDefaultValue() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateParameter.setDefaultValue(Value defaultValue) |
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.getSessionId() |
Modifier and Type | Method and Description |
---|---|
List<Value> |
EJBMediator.getArgumentList() |
Modifier and Type | Method and Description |
---|---|
void |
EJBMediator.addArgument(Value argument) |
void |
EJBMediator.setSessionId(Value sessionId) |
Modifier and Type | Method and Description |
---|---|
Value |
ScriptMediator.getKey() |
Modifier and Type | Method and Description |
---|---|
Map<Value,Object> |
ScriptMediator.getIncludeMap() |
Constructor and Description |
---|
ScriptMediator(String language,
Map<Value,Object> includeKeysMap,
Value key,
String function,
ClassLoader classLoader)
Create a script mediator for the given language and given script entry key and function
|
Constructor and Description |
---|
ScriptMediator(String language,
Map<Value,Object> includeKeysMap,
Value key,
String function,
ClassLoader classLoader)
Create a script mediator for the given language and given script entry key and function
|
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 |
---|---|
Map<String,Value> |
InvokeMediator.getpName2ExpressionMap() |
Modifier and Type | Method and Description |
---|---|
void |
InvokeMediator.addExpressionForParamName(String pName,
Value expr) |
Modifier and Type | Method and Description |
---|---|
Value |
XSLTMediator.getXsltKey() |
Modifier and Type | Method and Description |
---|---|
void |
XSLTMediator.setXsltKey(Value xsltKey) |
Modifier and Type | Method and Description |
---|---|
Value |
XQueryMediator.getQueryKey() |
Modifier and Type | Method and Description |
---|---|
void |
XQueryMediator.setQueryKey(Value queryKey) |
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-2017 Apache Software Foundation. All Rights Reserved.