Package | Description |
---|---|
org.apache.synapse | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.endpoints | |
org.apache.synapse.mediators.builtin | |
org.apache.synapse.mediators.transform | |
org.apache.synapse.mediators.xquery |
Modifier and Type | Method and Description |
---|---|
MediatorProperty |
PropertyInclude.getProperty(String name)
Retrieve the property with the specific name
|
MediatorProperty |
PropertyInclude.removeProperty(String name)
Remove a property and return it
|
Modifier and Type | Method and Description |
---|---|
Collection<MediatorProperty> |
PropertyInclude.getProperties()
Get all the parameters as a
Collection |
Modifier and Type | Method and Description |
---|---|
void |
PropertyInclude.addProperty(MediatorProperty property)
Add a property
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyInclude.addProperties(Collection<MediatorProperty> properties)
Add a set of properties
|
Modifier and Type | Method and Description |
---|---|
static List<MediatorProperty> |
MediatorPropertyFactory.getMediatorProperties(org.apache.axiom.om.OMElement elem) |
Modifier and Type | Method and Description |
---|---|
static void |
MediatorPropertySerializer.serializeMediatorProperty(org.apache.axiom.om.OMElement parent,
MediatorProperty mp)
Serialize the property to the given paren element.
|
static void |
MediatorPropertySerializer.serializeMediatorProperty(org.apache.axiom.om.OMElement parent,
MediatorProperty mp,
QName childElementName)
Serialize the property to the given paren element.
|
Modifier and Type | Method and Description |
---|---|
static void |
MediatorPropertySerializer.serializeMediatorProperties(org.apache.axiom.om.OMElement parent,
Collection<MediatorProperty> props)
Serialize all the properties to the given paren element.
|
protected void |
AbstractMediatorSerializer.serializeMediatorProperties(org.apache.axiom.om.OMElement parent,
Collection<MediatorProperty> props) |
static void |
MediatorPropertySerializer.serializeMediatorProperties(org.apache.axiom.om.OMElement parent,
Collection<MediatorProperty> props,
QName childElementName)
Serialize all the properties to the given paren element.
|
protected void |
AbstractMediatorSerializer.serializeMediatorProperties(org.apache.axiom.om.OMElement parent,
Collection<MediatorProperty> props,
QName childElementName) |
protected void |
AbstractMediatorSerializer.serializeProperties(org.apache.axiom.om.OMElement parent,
Collection<MediatorProperty> props) |
Modifier and Type | Method and Description |
---|---|
MediatorProperty |
AbstractEndpoint.getProperty(String name)
Get a property with the given name
|
MediatorProperty |
AbstractEndpoint.removeProperty(String name)
Remove a property with the given name
|
Modifier and Type | Method and Description |
---|---|
Collection<MediatorProperty> |
AbstractEndpoint.getProperties()
Return the
Collection of properties specified |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpoint.addProperty(MediatorProperty property)
Add a property to the endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpoint.addProperties(Collection<MediatorProperty> mediatorProperties)
Add all the properties to the endpoint
|
Modifier and Type | Method and Description |
---|---|
List<MediatorProperty> |
ValidateMediator.getFeatures()
Features for the actual Xerces validator
|
List<MediatorProperty> |
LogMediator.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
LogMediator.addProperty(MediatorProperty p) |
Modifier and Type | Method and Description |
---|---|
void |
LogMediator.addAllProperties(List<MediatorProperty> list) |
Modifier and Type | Method and Description |
---|---|
List<MediatorProperty> |
XSLTMediator.getAttributes() |
List<MediatorProperty> |
XSLTMediator.getFeatures() |
List<MediatorProperty> |
XSLTMediator.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
XSLTMediator.addProperty(MediatorProperty p) |
Modifier and Type | Method and Description |
---|---|
void |
XSLTMediator.addAllProperties(List<MediatorProperty> list) |
Modifier and Type | Method and Description |
---|---|
List<MediatorProperty> |
XQueryMediator.getDataSourceProperties() |
Modifier and Type | Method and Description |
---|---|
void |
XQueryMediator.addAllDataSourceProperties(List<MediatorProperty> list) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.