Class SoapResponseGenerator

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

public final class SoapResponseGenerator extends Object
Since:
1.0
  • Constructor Details

  • Method Details

    • generate

      public SoapResponse generate(String operation, Object[] response, org.apache.cxf.message.Exchange exchange)
      Parameters:
      operation - the name of the operation that was invoked
      response - the CXF response
      exchange - the exchange used for CXF to store the headers and attachments.