public class ChannelEndpointAdapter extends AbstractEndpointAdapter implements org.springframework.beans.factory.BeanFactoryAware
Constructor and Description |
---|
ChannelEndpointAdapter(ChannelSyncEndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
Modifier and Type | Method and Description |
---|---|
ChannelEndpoint |
getEndpoint()
Gets message endpoint to interact with tis endpoint adapter.
|
ChannelSyncEndpointConfiguration |
getEndpointConfiguration()
Gets the endpoint configuration.
|
Message |
handleMessageInternal(Message request)
Subclasses must implement this method in order to handle incoming request message.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
afterPropertiesSet, getFallbackEndpointAdapter, getName, getTestContext, getTestContextFactory, handleMessage, setApplicationContext, setBeanName, setFallbackEndpointAdapter, setTestContextFactory
public ChannelEndpointAdapter(ChannelSyncEndpointConfiguration endpointConfiguration)
endpointConfiguration
- public Message handleMessageInternal(Message request)
AbstractEndpointAdapter
handleMessageInternal
in class AbstractEndpointAdapter
public ChannelEndpoint getEndpoint()
EndpointAdapter
getEndpoint
in interface EndpointAdapter
public ChannelSyncEndpointConfiguration getEndpointConfiguration()
EndpointAdapter
getEndpointConfiguration
in interface EndpointAdapter
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.