public class TargetMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Constructor and Description |
---|
TargetMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
org.apache.synapse.endpoints.Endpoint |
getEndpoint() |
String |
getEndpointRef() |
String |
getSequenceRef() |
String |
getSoapAction() |
String |
getTagLocalName() |
String |
getToAddress() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint) |
void |
setEndpointRef(String endpointRef) |
void |
setSequenceRef(String sequenceRef) |
void |
setSoapAction(String soapAction) |
void |
setToAddress(String toAddress) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public String getToAddress()
public String getSoapAction()
public String getSequenceRef()
public org.apache.synapse.endpoints.Endpoint getEndpoint()
public String getEndpointRef()
public void setToAddress(String toAddress)
public void setSoapAction(String soapAction)
public void setSequenceRef(String sequenceRef)
public void setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint)
public void setEndpointRef(String endpointRef)
public String getTagLocalName()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
Copyright © 2022 WSO2. All rights reserved.