public class HttpOutboundGateway<T> extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, OutboundGateway<T>
| Constructor and Description |
|---|
HttpOutboundGateway() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.integration.IntegrationPatternType |
getIntegrationPatternType() |
void |
sendAsyncMessage(org.springframework.messaging.Message<T> in)
T in, no reply
|
org.springframework.messaging.Message<T> |
sendSyncMessage(org.springframework.messaging.Message<T> in)
T in T out.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.springframework.messaging.Message<T> sendSyncMessage(org.springframework.messaging.Message<T> in)
OutboundGatewaysendSyncMessage in interface OutboundGateway<T>in - Message to sendpublic void sendAsyncMessage(org.springframework.messaging.Message<T> in)
OutboundGatewaysendAsyncMessage in interface OutboundGateway<T>in - Message to sendpublic org.springframework.integration.IntegrationPatternType getIntegrationPatternType()
getIntegrationPatternType in interface org.springframework.integration.IntegrationPatternpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareCopyright © 2023 Frank!Framework. All rights reserved.