org.jasig.springframework.ws.client.core
Class SetSoapActionCallback

java.lang.Object
  extended by org.jasig.springframework.ws.client.core.SetSoapActionCallback
All Implemented Interfaces:
org.springframework.ws.client.core.WebServiceMessageCallback

public class SetSoapActionCallback
extends Object
implements org.springframework.ws.client.core.WebServiceMessageCallback

Calls SaajSoapMessage.setSoapAction(String) with the configured String if the WebServiceMessage is an instance of SaajSoapMessage

Version:
$Revision: 1.1 $
Author:
Eric Dalquist

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

Constructor Detail

SetSoapActionCallback

public SetSoapActionCallback(String soapAction)
Method Detail

getSoapAction

public String getSoapAction()

doWithMessage

public void doWithMessage(org.springframework.ws.WebServiceMessage message)
                   throws IOException,
                          TransformerException
Specified by:
doWithMessage in interface org.springframework.ws.client.core.WebServiceMessageCallback
Throws:
IOException
TransformerException


Copyright © 2013 Jasig. All Rights Reserved.