Interface SoapMessageFactory


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

    • createSoapMessage

      SoapMessage createSoapMessage(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.