Package org.mule.soap.internal.generator
Class SoapResponseGenerator
java.lang.Object
org.mule.soap.internal.generator.SoapResponseGenerator
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SoapResponseGenerator
-
-
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 invokedresponse- the CXF responseexchange- the exchange used for CXF to store the headers and attachments.
-