org.springframework.integration.ws
Class SimpleWebServiceInboundGateway

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.endpoint.AbstractEndpoint
          extended by org.springframework.integration.gateway.AbstractMessagingGateway
              extended by org.springframework.integration.gateway.SimpleMessagingGateway
                  extended by org.springframework.integration.ws.SimpleWebServiceInboundGateway
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, MessagingGateway, org.springframework.ws.server.endpoint.MessageEndpoint

public class SimpleWebServiceInboundGateway
extends SimpleMessagingGateway
implements org.springframework.ws.server.endpoint.MessageEndpoint

Since:
1.0.2
Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport
logger
 
Constructor Summary
SimpleWebServiceInboundGateway()
           
 
Method Summary
 void invoke(org.springframework.ws.context.MessageContext messageContext)
           
 void setExtractPayload(boolean extractPayload)
           
 
Methods inherited from class org.springframework.integration.gateway.SimpleMessagingGateway
fromMessage, toMessage
 
Methods inherited from class org.springframework.integration.gateway.AbstractMessagingGateway
doStart, doStop, onInit, receive, send, sendAndReceive, sendAndReceiveMessage, setReplyChannel, setReplyTimeout, setRequestChannel, setRequestTimeout, setShouldThrowErrors
 
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint
afterPropertiesSet, isRunning, setAutoStartup, setTaskScheduler, start, stop
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
getBeanFactory, getBeanName, getChannelResolver, getTaskScheduler, setBeanFactory, setBeanName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleWebServiceInboundGateway

public SimpleWebServiceInboundGateway()
Method Detail

setExtractPayload

public void setExtractPayload(boolean extractPayload)

invoke

public void invoke(org.springframework.ws.context.MessageContext messageContext)
            throws java.lang.Exception
Specified by:
invoke in interface org.springframework.ws.server.endpoint.MessageEndpoint
Throws:
java.lang.Exception