Package org.wso2.carbon.mediator.callout
Class CalloutMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.callout.CalloutMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class CalloutMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_AXIS2_XML
static String
DEFAULT_CLIENT_REPO
-
Constructor Summary
Constructors Constructor Description CalloutMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
DEFAULT_CLIENT_REPO
public static final String DEFAULT_CLIENT_REPO
- See Also:
- Constant Field Values
-
DEFAULT_AXIS2_XML
public static final String DEFAULT_AXIS2_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceURL
public String getServiceURL()
-
setServiceURL
public void setServiceURL(String serviceURL)
-
getInitAxis2ClientOptions
public String getInitAxis2ClientOptions()
-
setInitAxis2ClientOptions
public void setInitAxis2ClientOptions(String initAxis2ClientOptions)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getRequestKey
public String getRequestKey()
-
setRequestKey
public void setRequestKey(String requestKey)
-
setRequestXPath
public void setRequestXPath(org.apache.synapse.util.xpath.SynapseXPath requestXPath) throws org.jaxen.JaxenException
- Throws:
org.jaxen.JaxenException
-
setTargetXPath
public void setTargetXPath(org.apache.synapse.util.xpath.SynapseXPath targetXPath) throws org.jaxen.JaxenException
- Throws:
org.jaxen.JaxenException
-
getTargetKey
public String getTargetKey()
-
setTargetKey
public void setTargetKey(String targetKey)
-
getRequestXPath
public org.apache.synapse.util.xpath.SynapseXPath getRequestXPath()
-
getTargetXPath
public org.apache.synapse.util.xpath.SynapseXPath getTargetXPath()
-
getClientRepository
public String getClientRepository()
-
setClientRepository
public void setClientRepository(String clientRepository)
-
getAxis2xml
public String getAxis2xml()
-
setAxis2xml
public void setAxis2xml(String axis2xml)
-
getTagLocalName
public String getTagLocalName()
-
getUseServerConfig
public String getUseServerConfig()
-
setEndpointKey
public void setEndpointKey(String key)
-
getEndpointKey
public String getEndpointKey()
-
setUseServerConfig
public void setUseServerConfig(String useServerConfig)
-
isUseEnvelopeAsSource
public boolean isUseEnvelopeAsSource()
-
setUseEnvelopeAsSource
public void setUseEnvelopeAsSource(boolean useEnvelopeAsSource)
-
isSecurityOn
public boolean isSecurityOn()
-
setSecurityOn
public void setSecurityOn(boolean securityOn)
-
getWsSecPolicyKey
public String getWsSecPolicyKey()
-
setWsSecPolicyKey
public void setWsSecPolicyKey(String wsSecPolicyKey)
-
getOutboundWsSecPolicyKey
public String getOutboundWsSecPolicyKey()
-
setOutboundWsSecPolicyKey
public void setOutboundWsSecPolicyKey(String outboundWsSecPolicyKey)
-
getInboundWsSecPolicyKey
public String getInboundWsSecPolicyKey()
-
setInboundWsSecPolicyKey
public void setInboundWsSecPolicyKey(String inboundWsSecPolicyKey)
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
-