public interface SoapRequest extends SoapMessage
| Modifier and Type | Method and Description |
|---|---|
static SoapRequestBuilder |
builder() |
static SoapRequest |
empty(String operation) |
default Optional<AddressingProperties> |
getAddressingProperties() |
String |
getOperation() |
default Optional<ReliableMessagingProperties> |
getReliableMessagingProperties() |
boolean |
isUseXMLInitialDeclaration() |
getAttachments, getContent, getSoapHeaders, getTransportHeadersgetContentTypeString getOperation()
boolean isUseXMLInitialDeclaration()
default Optional<AddressingProperties> getAddressingProperties()
AddressingProperties that describes the WS-A properties of the request.default Optional<ReliableMessagingProperties> getReliableMessagingProperties()
ReliableMessagingProperties that describes the WS-A properties of the request.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 © 2022. All rights reserved.