org.springframework.integration.httpinvoker
Class HttpInvokerOutboundGateway
java.lang.Object
  
org.springframework.integration.context.IntegrationObjectSupport
      
org.springframework.integration.handler.AbstractMessageHandler
          
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
              
org.springframework.integration.gateway.AbstractRemotingOutboundGateway
                  
org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
- All Implemented Interfaces: 
 - BeanFactoryAware, BeanNameAware, InitializingBean, Ordered, NamedComponent, MessageHandler, MessageProducer, TrackableComponent
 
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
@Deprecated
public class HttpInvokerOutboundGateway
- extends AbstractRemotingOutboundGateway
 
A MessageHandler adapter for HttpInvoker-based remoting.
- Author:
 
  - Mark Fisher
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport | 
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString | 
 
 
 
HttpInvokerOutboundGateway
public HttpInvokerOutboundGateway(String url)
- Deprecated. 
 
createProxy
protected RequestReplyExchanger createProxy(String url)
- Deprecated. 
- Description copied from class: 
AbstractRemotingOutboundGateway 
- Subclasses must implement this method. It will be invoked from the constructor.
- Specified by:
 createProxy in class AbstractRemotingOutboundGateway
 
 
  
Copyright © 2010. All Rights Reserved.