Interface SoapMessageFactory

All Superinterfaces:
WebServiceMessageFactory
All Known Implementing Classes:
SaajSoapMessageFactory

public interface SoapMessageFactory extends WebServiceMessageFactory
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods.

The soapVersion property can be used to indicate the SOAP version of the factory. By default, the version is SoapVersion.SOAP_11.

Since:
1.0.0
Author:
Arjen Poutsma