| 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 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) |
protected abstract Map<String,org.apache.cxf.message.Attachment> |
AbstractSoapCxfClient.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)
Creates the XOP element to the attachment node this way the attachments gets tracked with its CID (content id) when it's sent
in the multipart request.
|
protected void |
SoapAttachmentRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter,
String attachmentName,
SoapAttachment soapAttachment)
Creates the attachment content encoded to Base64 plain in the XML Request in the generated attachment node.
|
| 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> |
EmptySoapResponse.getAttachments() |
Map<String,SoapAttachment> |
DefaultSoapResponse.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 © 2024. All rights reserved.