| Modifier and Type | Method and Description |
|---|---|
Map<String,SoapAttachment> |
SoapMessage.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
SoapRequestBuilder |
SoapRequestBuilder.attachment(String name,
SoapAttachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
SoapRequestBuilder |
SoapRequestBuilder.attachments(Map<String,SoapAttachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,org.apache.cxf.message.Attachment> |
AbstractSoapCxfClient.buildCxfAttachments(Map<String,SoapAttachment> attachments) |
protected Map<String,org.apache.cxf.message.Attachment> |
SoapMtomCxfClient.buildCxfAttachments(Map<String,SoapAttachment> attachments) |
protected Map<String,org.apache.cxf.message.Attachment> |
DefaultSoapCxfClient.buildCxfAttachments(Map<String,SoapAttachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamReader |
SoapRequestGenerator.generate(String operation,
InputStream body,
String encoding,
Map<String,SoapAttachment> attachments)
Generates an
XMLStreamReader SOAP request ready to be consumed by CXF. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AttachmentRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter,
String attachmentName,
SoapAttachment soapAttachment) |
protected void |
MtomRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter,
String attachmentName,
SoapAttachment soapAttachment) |
protected void |
SoapAttachmentRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter,
String attachmentName,
SoapAttachment soapAttachment) |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamReader |
AttachmentRequestEnricher.enrichRequest(String operation,
InputStream body,
String encoding,
Map<String,SoapAttachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SoapAttachment> |
DefaultSoapRequest.getAttachments() |
Map<String,SoapAttachment> |
DefaultSoapResponse.getAttachments() |
Map<String,SoapAttachment> |
EmptySoapResponse.getAttachments() |
| Constructor and Description |
|---|
DefaultSoapRequest(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,SoapAttachment> attachments,
String contentType,
String operation,
boolean useXMLInitialDeclaration,
AddressingProperties addressingProperties,
ReliableMessagingProperties reliableMessagingProperties) |
DefaultSoapResponse(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
Map<String,SoapAttachment> attachments,
String contentType) |
Copyright © 2022. All rights reserved.