Interface SoapMessageFactory


public interface SoapMessageFactory
Guice factory interface to create SoapMessage instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    createSoapMessage(org.somda.sdc.dpws.soap.model.Envelope envelope)
    Creates a SOAP message.
  • Method Details

    • createSoapMessage

      SoapMessage createSoapMessage(org.somda.sdc.dpws.soap.model.Envelope envelope)
      Creates a SOAP message.
      Parameters:
      envelope - the envelope that is enclosed by the SoapMessage. All known headers will be parsed and copied to the convenience header access.
      Returns:
      a new SoapMessage instance containing the envelope.