Package org.wso2.carbon.mediator.bam.ui
Class BamMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.bam.ui.BamMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class BamMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediatorObject used to store mediator sequence information in UI side
-
-
Constructor Summary
Constructors Constructor Description BamMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(org.apache.axiom.om.OMElement omElement)StringgetServerProfile()StringgetStreamName()StringgetStreamVersion()StringgetTagLocalName()org.apache.axiom.om.OMElementserialize(org.apache.axiom.om.OMElement parent)voidsetServerProfile(String serverProfile1)voidsetStreamName(String streamName)voidsetStreamVersion(String streamVersion)-
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
-
-
-
-
Field Detail
-
NAME_Q
public static final QName NAME_Q
-
-
Method Detail
-
getServerProfile
public String getServerProfile()
-
setServerProfile
public void setServerProfile(String serverProfile1)
-
getStreamName
public String getStreamName()
-
setStreamName
public void setStreamName(String streamName)
-
getStreamVersion
public String getStreamVersion()
-
setStreamVersion
public void setStreamVersion(String streamVersion)
-
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 omElement)
-
-