Uses of Class
org.apache.synapse.mediators.MediatorProperty

Packages that use MediatorProperty
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   
 

Uses of MediatorProperty in org.apache.synapse
 

Methods in org.apache.synapse that return MediatorProperty
 MediatorProperty PropertyInclude.getProperty(String name)
          Retrieve the property with the specific name
 MediatorProperty PropertyInclude.removeProperty(String name)
          Remove a property and return it
 

Methods in org.apache.synapse that return types with arguments of type MediatorProperty
 Collection<MediatorProperty> PropertyInclude.getProperties()
          Get all the parameters as a Collection
 

Methods in org.apache.synapse with parameters of type MediatorProperty
 void PropertyInclude.addProperty(MediatorProperty property)
          Add a property
 

Method parameters in org.apache.synapse with type arguments of type MediatorProperty
 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
static List<MediatorProperty> MediatorPropertyFactory.getMediatorProperties(OMElement elem)
           
 

Methods in org.apache.synapse.config.xml with parameters of type MediatorProperty
static void MediatorPropertySerializer.serializeMediatorProperty(OMElement parent, MediatorProperty mp)
          Serialize the property to the given paren element.
static void MediatorPropertySerializer.serializeMediatorProperty(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
protected  void AbstractMediatorSerializer.serializeMediatorProperties(OMElement parent, Collection<MediatorProperty> props)
           
static void MediatorPropertySerializer.serializeMediatorProperties(OMElement parent, Collection<MediatorProperty> props)
          Serialize all the properties to the given paren element.
protected  void AbstractMediatorSerializer.serializeMediatorProperties(OMElement parent, Collection<MediatorProperty> props, QName childElementName)
           
static void MediatorPropertySerializer.serializeMediatorProperties(OMElement parent, Collection<MediatorProperty> props, QName childElementName)
          Serialize all the properties to the given paren element.
protected  void AbstractMediatorSerializer.serializeProperties(OMElement parent, Collection<MediatorProperty> props)
           
 

Uses of MediatorProperty in org.apache.synapse.endpoints
 

Methods in org.apache.synapse.endpoints that return MediatorProperty
 MediatorProperty AbstractEndpoint.getProperty(String name)
          Get a property with the given name
 MediatorProperty AbstractEndpoint.removeProperty(String name)
          Remove a property with the given name
 

Methods in org.apache.synapse.endpoints that return types with arguments of type MediatorProperty
 Collection<MediatorProperty> AbstractEndpoint.getProperties()
          Return the Collection of properties specified
 

Methods in org.apache.synapse.endpoints with parameters of type MediatorProperty
 void AbstractEndpoint.addProperty(MediatorProperty property)
          Add a property to the endpoint.
 

Method parameters in org.apache.synapse.endpoints with type arguments of type MediatorProperty
 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
 List<MediatorProperty> ValidateMediator.getFeatures()
          Features for the actual Xerces validator
 List<MediatorProperty> LogMediator.getProperties()
           
 

Methods in org.apache.synapse.mediators.builtin with parameters of type MediatorProperty
 void LogMediator.addProperty(MediatorProperty p)
           
 

Method parameters in org.apache.synapse.mediators.builtin with type arguments of type MediatorProperty
 void LogMediator.addAllProperties(List<MediatorProperty> list)
           
 

Uses of MediatorProperty in org.apache.synapse.mediators.transform
 

Methods in org.apache.synapse.mediators.transform that return types with arguments of type MediatorProperty
 List<MediatorProperty> XSLTMediator.getAttributes()
           
 List<MediatorProperty> XSLTMediator.getFeatures()
           
 List<MediatorProperty> XSLTMediator.getProperties()
           
 

Methods in org.apache.synapse.mediators.transform with parameters of type MediatorProperty
 void XSLTMediator.addProperty(MediatorProperty p)
           
 

Method parameters in org.apache.synapse.mediators.transform with type arguments of type MediatorProperty
 void XSLTMediator.addAllProperties(List<MediatorProperty> list)
           
 

Uses of MediatorProperty in org.apache.synapse.mediators.xquery
 

Methods in org.apache.synapse.mediators.xquery that return types with arguments of type MediatorProperty
 List<MediatorProperty> XQueryMediator.getDataSourceProperties()
           
 

Method parameters in org.apache.synapse.mediators.xquery with type arguments of type MediatorProperty
 void XQueryMediator.addAllDataSourceProperties(List<MediatorProperty> list)
           
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.