public class CalloutMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_AXIS2_XML |
static String |
DEFAULT_CLIENT_REPO |
Constructor and Description |
---|
CalloutMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getAction() |
String |
getAxis2xml() |
String |
getClientRepository() |
String |
getEndpointKey() |
String |
getInboundWsSecPolicyKey() |
String |
getInitAxis2ClientOptions() |
String |
getOutboundWsSecPolicyKey() |
String |
getRequestKey() |
org.apache.synapse.util.xpath.SynapseXPath |
getRequestXPath() |
String |
getServiceURL() |
String |
getTagLocalName() |
String |
getTargetKey() |
org.apache.synapse.util.xpath.SynapseXPath |
getTargetXPath() |
String |
getUseServerConfig() |
String |
getWsSecPolicyKey() |
boolean |
isSecurityOn() |
boolean |
isUseEnvelopeAsSource() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setAction(String action) |
void |
setAxis2xml(String axis2xml) |
void |
setClientRepository(String clientRepository) |
void |
setEndpointKey(String key) |
void |
setInboundWsSecPolicyKey(String inboundWsSecPolicyKey) |
void |
setInitAxis2ClientOptions(String initAxis2ClientOptions) |
void |
setOutboundWsSecPolicyKey(String outboundWsSecPolicyKey) |
void |
setRequestKey(String requestKey) |
void |
setRequestXPath(org.apache.synapse.util.xpath.SynapseXPath requestXPath) |
void |
setSecurityOn(boolean securityOn) |
void |
setServiceURL(String serviceURL) |
void |
setTargetKey(String targetKey) |
void |
setTargetXPath(org.apache.synapse.util.xpath.SynapseXPath targetXPath) |
void |
setUseEnvelopeAsSource(boolean useEnvelopeAsSource) |
void |
setUseServerConfig(String useServerConfig) |
void |
setWsSecPolicyKey(String wsSecPolicyKey) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final String DEFAULT_CLIENT_REPO
public static final String DEFAULT_AXIS2_XML
public String getServiceURL()
public void setServiceURL(String serviceURL)
public String getInitAxis2ClientOptions()
public void setInitAxis2ClientOptions(String initAxis2ClientOptions)
public String getAction()
public void setAction(String action)
public String getRequestKey()
public void setRequestKey(String requestKey)
public void setRequestXPath(org.apache.synapse.util.xpath.SynapseXPath requestXPath) throws org.jaxen.JaxenException
org.jaxen.JaxenException
public void setTargetXPath(org.apache.synapse.util.xpath.SynapseXPath targetXPath) throws org.jaxen.JaxenException
org.jaxen.JaxenException
public String getTargetKey()
public void setTargetKey(String targetKey)
public org.apache.synapse.util.xpath.SynapseXPath getRequestXPath()
public org.apache.synapse.util.xpath.SynapseXPath getTargetXPath()
public String getClientRepository()
public void setClientRepository(String clientRepository)
public String getAxis2xml()
public void setAxis2xml(String axis2xml)
public String getTagLocalName()
public String getUseServerConfig()
public void setEndpointKey(String key)
public String getEndpointKey()
public void setUseServerConfig(String useServerConfig)
public boolean isUseEnvelopeAsSource()
public void setUseEnvelopeAsSource(boolean useEnvelopeAsSource)
public boolean isSecurityOn()
public void setSecurityOn(boolean securityOn)
public String getWsSecPolicyKey()
public void setWsSecPolicyKey(String wsSecPolicyKey)
public String getOutboundWsSecPolicyKey()
public void setOutboundWsSecPolicyKey(String outboundWsSecPolicyKey)
public String getInboundWsSecPolicyKey()
public void setInboundWsSecPolicyKey(String inboundWsSecPolicyKey)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
Copyright © 2021 WSO2. All rights reserved.