Package org.wso2.carbon.mediator.target
Class TargetMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- org.wso2.carbon.mediator.target.TargetMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.ListMediator
,org.wso2.carbon.mediator.service.ui.Mediator
public class TargetMediator extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
-
Constructor Summary
Constructors Constructor Description TargetMediator()
-
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()
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)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractListMediator
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
-
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
-
getToAddress
public String getToAddress()
-
getSoapAction
public String getSoapAction()
-
getSequenceRef
public String getSequenceRef()
-
getEndpoint
public org.apache.synapse.endpoints.Endpoint getEndpoint()
-
getEndpointRef
public String getEndpointRef()
-
setToAddress
public void setToAddress(String toAddress)
-
setSoapAction
public void setSoapAction(String soapAction)
-
setSequenceRef
public void setSequenceRef(String sequenceRef)
-
setEndpoint
public void setEndpoint(org.apache.synapse.endpoints.Endpoint endpoint)
-
setEndpointRef
public void setEndpointRef(String endpointRef)
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
-