Package org.somda.sdc.dpws.soap.factory
Interface SoapMessageFactory
public interface SoapMessageFactory
Guice factory interface to create SoapMessage instances.
-
Method Summary
-
Method Details
-
createSoapMessage
Creates a SOAP message.- Parameters:
envelope- the envelope that is enclosed by theSoapMessage. All known headers will be parsed and copied to the convenience header access.- Returns:
- a new
SoapMessageinstance containing the envelope.
-