Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.mediators.template |
Modifier and Type | Method and Description |
---|---|
static List<TemplateParameter> |
TemplateParameterFactory.getTemplateParameters(org.apache.axiom.om.OMElement elem)
Creates a list of parameters in a given template
|
Modifier and Type | Method and Description |
---|---|
static void |
TemplateParameterSerializer.serializeTemplateParameter(org.apache.axiom.om.OMElement parent,
TemplateParameter tp,
QName childElementName)
Serialize the parameter to the given parent element.
|
Modifier and Type | Method and Description |
---|---|
static void |
TemplateParameterSerializer.serializeTemplateParameters(org.apache.axiom.om.OMElement parent,
Collection<TemplateParameter> params)
Serialize all the parameters to the given parent element.
|
static void |
TemplateParameterSerializer.serializeTemplateParameters(org.apache.axiom.om.OMElement parent,
Collection<TemplateParameter> params,
QName childElementName)
Serialize all the parameters to the given parent element.
|
Modifier and Type | Method and Description |
---|---|
Collection<TemplateParameter> |
TemplateMediator.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateMediator.setParameters(Collection<TemplateParameter> paramNames) |
Constructor and Description |
---|
TemplateContext(String name,
Collection<TemplateParameter> parameters) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.