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 MediatorPropertyPropertyInclude. getProperty(String name)Retrieve the property with the specific nameMediatorPropertyPropertyInclude. 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 aCollectionMethods in org.apache.synapse with parameters of type MediatorProperty Modifier and Type Method Description voidPropertyInclude. addProperty(MediatorProperty property)Add a propertyMethod parameters in org.apache.synapse with type arguments of type MediatorProperty Modifier and Type Method Description voidPropertyInclude. 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 voidMediatorPropertySerializer. serializeMediatorProperty(org.apache.axiom.om.OMElement parent, MediatorProperty mp)Serialize the property to the given paren element.static voidMediatorPropertySerializer. 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 voidAbstractMediatorSerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props)protected voidAbstractMediatorSerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props, QName childElementName)static voidMediatorPropertySerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props)Serialize all the properties to the given paren element.static voidMediatorPropertySerializer. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props, QName childElementName)Serialize all the properties to the given paren element.protected voidAbstractMediatorSerializer. 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 MediatorPropertyAbstractEndpoint. getProperty(String name)Get a property with the given nameMediatorPropertyAbstractEndpoint. 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 theCollectionof properties specifiedMethods in org.apache.synapse.endpoints with parameters of type MediatorProperty Modifier and Type Method Description voidAbstractEndpoint. 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 voidAbstractEndpoint. 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 voidLogMediator. addProperty(MediatorProperty p)Method parameters in org.apache.synapse.mediators.builtin with type arguments of type MediatorProperty Modifier and Type Method Description voidJSONTransformMediator. addAllProperties(List<MediatorProperty> list)voidLogMediator. 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 voidClassMediator. addProperty(MediatorProperty property)Method parameters in org.apache.synapse.mediators.ext with type arguments of type MediatorProperty Modifier and Type Method Description voidClassMediator. 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 voidXSLTMediator. addProperty(MediatorProperty p)Method parameters in org.apache.synapse.mediators.transform with type arguments of type MediatorProperty Modifier and Type Method Description voidXSLTMediator. addAllProperties(List<MediatorProperty> list)
-