Package org.wso2.carbon.mediator.xslt
Class XSLTMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.xslt.XSLTMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class XSLTMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Constructor Summary
Constructors Constructor Description XSLTMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
void
addAttribute(String name, String value)
void
addFeature(String featureName, boolean isFeatureEnable)
void
addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty p)
void
build(org.apache.axiom.om.OMElement elem)
List<org.wso2.carbon.mediator.service.util.MediatorProperty>
getAttributes()
List<org.wso2.carbon.mediator.service.util.MediatorProperty>
getFeatures()
List<org.wso2.carbon.mediator.service.util.MediatorProperty>
getProperties()
Map<String,String>
getResources()
org.apache.synapse.util.xpath.SynapseXPath
getSource()
String
getTagLocalName()
String
getTargetPropertyName()
org.apache.synapse.mediators.Value
getXsltKey()
org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent)
void
setResources(Map<String,String> resources)
void
setSource(org.apache.synapse.util.xpath.SynapseXPath source)
void
setTargetPropertyName(String targetPropertyName)
void
setXsltKey(org.apache.synapse.mediators.Value xsltKey)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
-
-
-
-
Method Detail
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
addFeature
public void addFeature(String featureName, boolean isFeatureEnable)
-
getFeatures
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getFeatures()
-
getAttributes
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getAttributes()
- Returns:
- Return the attributes explicitly set to the TransformerFactory through this mediator.
-
addAllProperties
public void addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
-
getProperties
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getProperties()
-
getTargetPropertyName
public String getTargetPropertyName()
-
setTargetPropertyName
public void setTargetPropertyName(String targetPropertyName)
-
getSource
public org.apache.synapse.util.xpath.SynapseXPath getSource()
-
setSource
public void setSource(org.apache.synapse.util.xpath.SynapseXPath source)
-
getXsltKey
public org.apache.synapse.mediators.Value getXsltKey()
-
setXsltKey
public void setXsltKey(org.apache.synapse.mediators.Value xsltKey)
-
addProperty
public void addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty p)
-
-