public class GenericSoapMessageFactory extends Object implements org.springframework.ws.soap.SoapMessageFactory, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
GenericSoapMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.ws.soap.SoapMessage |
createWebServiceMessage() |
org.springframework.ws.soap.SoapMessage |
createWebServiceMessage(InputStream inputStream) |
void |
setSoapProtocolChooser(SoapProtocolChooser soapProtocolChooser) |
void |
setSoapVersion(org.springframework.ws.soap.SoapVersion version) |
public void setSoapVersion(org.springframework.ws.soap.SoapVersion version)
setSoapVersion in interface org.springframework.ws.soap.SoapMessageFactorypublic void setSoapProtocolChooser(SoapProtocolChooser soapProtocolChooser)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic org.springframework.ws.soap.SoapMessage createWebServiceMessage()
createWebServiceMessage in interface org.springframework.ws.soap.SoapMessageFactorycreateWebServiceMessage in interface org.springframework.ws.WebServiceMessageFactorypublic org.springframework.ws.soap.SoapMessage createWebServiceMessage(InputStream inputStream) throws IOException
createWebServiceMessage in interface org.springframework.ws.soap.SoapMessageFactorycreateWebServiceMessage in interface org.springframework.ws.WebServiceMessageFactoryIOExceptionCopyright © 2012-2018. All Rights Reserved.