public class SoapRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSoapRequest |
build() |
SoapRequestBuilder |
ofContentType(org.mule.runtime.api.metadata.MediaType contentType) |
SoapRequestBuilder |
withAttachment(String name,
org.mule.runtime.extension.api.soap.SoapAttachment attachment) |
SoapRequestBuilder |
withAttachments(Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> attachments) |
SoapRequestBuilder |
withContent(InputStream content) |
SoapRequestBuilder |
withContent(String content) |
SoapRequestBuilder |
withOperation(String operation) |
SoapRequestBuilder |
withSoapHeaders(Map<String,String> soapHeaders) |
SoapRequestBuilder |
withTransportHeader(String key,
String value) |
SoapRequestBuilder |
withTransportHeaders(Map<String,String> headers) |
public SoapRequestBuilder withContent(InputStream content)
public SoapRequestBuilder withContent(String content)
public SoapRequestBuilder withSoapHeaders(Map<String,String> soapHeaders)
public SoapRequestBuilder withTransportHeader(String key, String value)
public SoapRequestBuilder withTransportHeaders(Map<String,String> headers)
public SoapRequestBuilder withAttachment(String name, org.mule.runtime.extension.api.soap.SoapAttachment attachment)
public SoapRequestBuilder withAttachments(Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> attachments)
public SoapRequestBuilder ofContentType(org.mule.runtime.api.metadata.MediaType contentType)
public SoapRequestBuilder withOperation(String operation)
public ImmutableSoapRequest build()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.