org.springframework.integration.ws.handler
Class AbstractWebServiceHandler.TypeCheckingSoapActionCallback

java.lang.Object
  extended by org.springframework.ws.soap.client.core.SoapActionCallback
      extended by org.springframework.integration.ws.handler.AbstractWebServiceHandler.TypeCheckingSoapActionCallback
All Implemented Interfaces:
org.springframework.ws.client.core.WebServiceMessageCallback
Enclosing class:
AbstractWebServiceHandler

private static class AbstractWebServiceHandler.TypeCheckingSoapActionCallback
extends org.springframework.ws.soap.client.core.SoapActionCallback


Constructor Summary
AbstractWebServiceHandler.TypeCheckingSoapActionCallback(java.lang.String soapAction)
           
 
Method Summary
 void doWithMessage(org.springframework.ws.WebServiceMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebServiceHandler.TypeCheckingSoapActionCallback

AbstractWebServiceHandler.TypeCheckingSoapActionCallback(java.lang.String soapAction)
Method Detail

doWithMessage

public void doWithMessage(org.springframework.ws.WebServiceMessage message)
                   throws java.io.IOException
Specified by:
doWithMessage in interface org.springframework.ws.client.core.WebServiceMessageCallback
Overrides:
doWithMessage in class org.springframework.ws.soap.client.core.SoapActionCallback
Throws:
java.io.IOException