org.jasig.springframework.ws.client.core
Class SetSoapActionCallback
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetSoapActionCallback
public SetSoapActionCallback(String soapAction)
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.