public class CallMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Constructor and Description |
---|
CallMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getAxis2xml() |
boolean |
getBlocking() |
String |
getClientRepository() |
org.apache.synapse.endpoints.Endpoint |
getEndpoint() |
boolean |
getInitAxis2ClientOptions() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setAxis2xml(String axis2xml) |
void |
setBlocking(boolean blocking) |
void |
setClientRepository(String clientRepository) |
void |
setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint) |
void |
setInitAxis2ClientOptions(boolean initAxis2ClientOptions) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public org.apache.synapse.endpoints.Endpoint getEndpoint()
public void setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint)
public boolean getBlocking()
public void setBlocking(boolean blocking)
public boolean getInitAxis2ClientOptions()
public void setInitAxis2ClientOptions(boolean initAxis2ClientOptions)
public String getClientRepository()
public void setClientRepository(String clientRepository)
public String getAxis2xml()
public void setAxis2xml(String axis2xml)
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 © 2017 WSO2. All rights reserved.