| Package | Description |
|---|---|
| org.mule.extension.ws.internal | |
| org.mule.extension.ws.internal.connection | |
| org.mule.extension.ws.internal.generator | |
| org.mule.extension.ws.internal.metadata |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,WscAttributes> |
ConsumeOperation.consume(WebServiceConsumer config,
WscConnection connection,
String operation,
SoapMessageBuilder message)
Consumes an operation from a SOAP Web Service.
|
| Modifier and Type | Method and Description |
|---|---|
WscConnection |
WscConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
void |
WscConnectionProvider.disconnect(WscConnection client) |
org.mule.runtime.api.connection.ConnectionValidationResult |
WscConnectionProvider.validate(WscConnection client) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,WscAttributes> |
SoapResponseGenerator.generate(WscConnection connection,
String operation,
Object[] response,
org.apache.cxf.message.Exchange exchange)
Generates an
Result with the out attachments and headers and the response body of the SOAP operation. |
XMLStreamReader |
SoapRequestGenerator.generate(WscConnection connection,
String operation,
String body,
Map<String,SoapAttachment> attachments)
Generates an
XMLStreamReader SOAP request ready to be consumed by CXF. |
| Modifier and Type | Method and Description |
|---|---|
protected WscConnection |
BaseWscResolver.getConnection(org.mule.runtime.api.metadata.MetadataContext context) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.