org.eclipse.swordfish.internal.core.util.smx
Class SimpleClient
java.lang.Object
org.eclipse.swordfish.internal.core.util.smx.SimpleClient
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class SimpleClient
- extends java.lang.Object
- implements org.springframework.beans.factory.InitializingBean
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleClient
public SimpleClient()
getTargetEndpointName
public java.lang.String getTargetEndpointName()
setTargetEndpointName
public void setTargetEndpointName(java.lang.String targetEndpointName)
start
public void start()
performSynchronousRequest
public org.apache.servicemix.nmr.core.ExchangeImpl performSynchronousRequest()
throws java.lang.Exception
- Throws:
java.lang.Exception
sendRequestSynchronously
public void sendRequestSynchronously()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDataToSend
public java.lang.String getDataToSend()
setDataToSend
public void setDataToSend(java.lang.String dataToSend)
getUriToSend
public java.lang.String getUriToSend()
setUriToSend
public void setUriToSend(java.lang.String uriToSend)
getDelayBeforeSending
public java.lang.Integer getDelayBeforeSending()
setDelayBeforeSending
public void setDelayBeforeSending(java.lang.Integer delayBeforeSending)
getNmr
public org.apache.servicemix.nmr.api.NMR getNmr()
setNmr
public void setNmr(org.apache.servicemix.nmr.api.NMR nmr)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception