Uses of Class
org.apache.synapse.mediators.MediatorProperty
-
Packages that use MediatorProperty 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.ext org.apache.synapse.mediators.transform -
-
Uses of MediatorProperty in org.apache.synapse
Methods in org.apache.synapse that return MediatorProperty Modifier and Type Method Description MediatorProperty
PropertyInclude. getProperty(String name)
Retrieve the property with the specific nameMediatorProperty
PropertyInclude. removeProperty(String name)
Remove a property and return itMethods in org.apache.synapse that return types with arguments of type MediatorProperty Modifier and Type Method Description Collection<MediatorProperty>
PropertyInclude. getProperties()
Get all the parameters as aCollection
Methods in org.apache.synapse with parameters of type MediatorProperty Modifier and Type Method Description void
PropertyInclude. addProperty(MediatorProperty property)
Add a propertyMethod parameters in org.apache.synapse with type arguments of type MediatorProperty Modifier and Type Method Description void
PropertyInclude. addProperties(Collection<MediatorProperty> properties)
Add a set of properties -
Uses of MediatorProperty in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return types with arguments of type MediatorProperty Modifier and Type Method Description static List<MediatorProperty>
MediatorPropertyFactory. getMediatorProperties(org.apache.axiom.om.OMElement elem)
static List<MediatorProperty>
MediatorPropertyFactory. getMediatorProperties(org.apache.axiom.om.OMElement elem, Mediator mediator)
Methods in org.apache.synapse.config.xml with parameters of type MediatorProperty Modifier and Type Method 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.Method parameters in org.apache.synapse.config.xml with type arguments of type MediatorProperty Modifier and Type Method Description protected void
AbstractMediatorSerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props)
protected void
AbstractMediatorSerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props, QName childElementName)
static void
MediatorPropertySerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props)
Serialize all the properties to the given paren element.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. serializeProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props)
-
Uses of MediatorProperty in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return MediatorProperty Modifier and Type Method Description MediatorProperty
AbstractEndpoint. getProperty(String name)
Get a property with the given nameMediatorProperty
AbstractEndpoint. removeProperty(String name)
Remove a property with the given nameMethods in org.apache.synapse.endpoints that return types with arguments of type MediatorProperty Modifier and Type Method Description Collection<MediatorProperty>
AbstractEndpoint. getProperties()
Return theCollection
of properties specifiedMethods in org.apache.synapse.endpoints with parameters of type MediatorProperty Modifier and Type Method Description void
AbstractEndpoint. addProperty(MediatorProperty property)
Add a property to the endpoint.Method parameters in org.apache.synapse.endpoints with type arguments of type MediatorProperty Modifier and Type Method Description void
AbstractEndpoint. addProperties(Collection<MediatorProperty> mediatorProperties)
Add all the properties to the endpoint -
Uses of MediatorProperty in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin that return types with arguments of type MediatorProperty Modifier and Type Method Description List<MediatorProperty>
ValidateMediator. getFeatures()
Features for the actual Xerces validatorList<MediatorProperty>
JSONTransformMediator. getProperties()
List<MediatorProperty>
LogMediator. getProperties()
Methods in org.apache.synapse.mediators.builtin with parameters of type MediatorProperty Modifier and Type Method Description void
LogMediator. addProperty(MediatorProperty p)
Method parameters in org.apache.synapse.mediators.builtin with type arguments of type MediatorProperty Modifier and Type Method Description void
JSONTransformMediator. addAllProperties(List<MediatorProperty> list)
void
LogMediator. addAllProperties(List<MediatorProperty> list)
-
Uses of MediatorProperty in org.apache.synapse.mediators.ext
Methods in org.apache.synapse.mediators.ext that return types with arguments of type MediatorProperty Modifier and Type Method Description List<MediatorProperty>
ClassMediator. getProperties()
Methods in org.apache.synapse.mediators.ext with parameters of type MediatorProperty Modifier and Type Method Description void
ClassMediator. addProperty(MediatorProperty property)
Method parameters in org.apache.synapse.mediators.ext with type arguments of type MediatorProperty Modifier and Type Method Description void
ClassMediator. addAllProperties(List<MediatorProperty> propertyList)
-
Uses of MediatorProperty in org.apache.synapse.mediators.transform
Methods in org.apache.synapse.mediators.transform that return types with arguments of type MediatorProperty Modifier and Type Method Description List<MediatorProperty>
XSLTMediator. getAttributes()
List<MediatorProperty>
XSLTMediator. getFeatures()
List<MediatorProperty>
XSLTMediator. getProperties()
Methods in org.apache.synapse.mediators.transform with parameters of type MediatorProperty Modifier and Type Method Description void
XSLTMediator. addProperty(MediatorProperty p)
Method parameters in org.apache.synapse.mediators.transform with type arguments of type MediatorProperty Modifier and Type Method Description void
XSLTMediator. addAllProperties(List<MediatorProperty> list)
-