public interface SoapRequest extends SoapMessage
| Modifier and Type | Method and Description |
|---|---|
static SoapRequestBuilder |
builder() |
static SoapRequest |
empty(String operation) |
String |
getOperation() |
getAttachments, getContent, getSoapHeaders, getTransportHeadersgetContentTypeString getOperation()
static SoapRequestBuilder builder()
SoapRequestBuilder instance to create a new SoapRequest.static SoapRequest empty(String operation)
operation - the operation that is going to be executed.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.