public final class SoapResponseGenerator extends Object
| Constructor and Description |
|---|
SoapResponseGenerator(AttachmentResponseEnricher responseEnricher) |
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
generate(String operation,
Object[] response,
org.apache.cxf.message.Exchange exchange) |
public SoapResponseGenerator(AttachmentResponseEnricher responseEnricher)
public SoapResponse generate(String operation, Object[] response, org.apache.cxf.message.Exchange exchange)
operation - the name of the operation that was invokedresponse - the CXF responseexchange - the exchange used for CXF to store the headers and attachments.Copyright © 2022. All rights reserved.