Package org.wso2.carbon.mediator.send
Class SendMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.send.SendMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class SendMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Constructor Summary
Constructors Constructor Description SendMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(org.apache.axiom.om.OMElement elem)
org.apache.synapse.endpoints.Endpoint
getEndpoint()
org.apache.synapse.mediators.Value
getReceivingSeqValue()
String
getTagLocalName()
boolean
isBuildMessage()
org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent)
void
setBuildMessage(boolean buildMessage)
void
setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint)
void
setReceivingSeqValue(org.apache.synapse.mediators.Value receivingSeqValue)
-
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
-
isBuildMessage
public boolean isBuildMessage()
-
setBuildMessage
public void setBuildMessage(boolean buildMessage)
-
getEndpoint
public org.apache.synapse.endpoints.Endpoint getEndpoint()
-
setEndpoint
public void setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint)
-
getTagLocalName
public String getTagLocalName()
-
getReceivingSeqValue
public org.apache.synapse.mediators.Value getReceivingSeqValue()
-
setReceivingSeqValue
public void setReceivingSeqValue(org.apache.synapse.mediators.Value receivingSeqValue)
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
-