Package org.somda.sdc.dpws.soap.factory
Interface SoapMessageFactory
-
public interface SoapMessageFactoryGuice factory interface to create SoapMessage instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoapMessagecreateSoapMessage(Envelope envelope)Creates a SOAP message.
-
-
-
Method Detail
-
createSoapMessage
SoapMessage createSoapMessage(Envelope envelope)
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.
-
-