Class SoapRequestGenerator

java.lang.Object
org.mule.soap.internal.generator.SoapRequestGenerator

public final class SoapRequestGenerator extends Object
Generates a XML SOAP request used to invoke CXF.

If no body is provided will try to generate a default one.

for each attachment will add a node with the required information depending on the protocol that it's being used.

Since:
1.0
  • Constructor Details

    • SoapRequestGenerator

      public SoapRequestGenerator(AttachmentRequestEnricher requestEnricher, org.mule.wsdl.parser.model.PortModel port)
  • Method Details