Uses of Class
org.wso2.carbon.mediator.service.util.MediatorProperty
-
Packages that use MediatorProperty Package Description org.wso2.carbon.mediator.service.ui -
-
Uses of MediatorProperty in org.wso2.carbon.mediator.service.ui
Methods in org.wso2.carbon.mediator.service.ui that return types with arguments of type MediatorProperty Modifier and Type Method Description static List<MediatorProperty>
AbstractMediator. getMediatorProperties(org.apache.axiom.om.OMElement elem)
static List<MediatorProperty>
AbstractMediator. getMediatorProperties(org.apache.axiom.om.OMElement elem, boolean allowEmptyValues)
Method parameters in org.wso2.carbon.mediator.service.ui with type arguments of type MediatorProperty Modifier and Type Method Description protected void
AbstractMediator. serializeMediatorProperties(org.apache.axiom.om.OMElement parent, Collection<MediatorProperty> props, QName childElementName)
-