|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapMessageFactory
Sub-interface of WebServiceMessageFactory
which contains SOAP-specific properties and methods.
soapVersion
property can be used to indicate the SOAP version of the factory. By default, the
version is SoapVersion.SOAP_11
.
Method Summary | |
---|---|
void |
setSoapVersion(SoapVersion version)
Sets the SOAP Version used by this factory. |
Methods inherited from interface org.springframework.ws.WebServiceMessageFactory |
---|
createWebServiceMessage, createWebServiceMessage |
Method Detail |
---|
void setSoapVersion(SoapVersion version)
version
- the version constantSoapVersion.SOAP_11
,
SoapVersion.SOAP_12
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |