| 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> |
DefaultSoapCxfClient.buildCxfAttachments(Map<String,SoapAttachment> attachments) |
protected Map<String,org.apache.cxf.message.Attachment> |
SoapMtomCxfClient.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,
String body,
Map<String,SoapAttachment> attachments)
Generates an
XMLStreamReader SOAP request ready to be consumed by CXF. |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
SoapAttachmentRequestEnricher.createAttachmentNode(Document bodyDocument,
String name,
SoapAttachment attachment)
Creates the content of the attachment node to be added in the SOAP request
|
protected Node |
MtomRequestEnricher.createAttachmentNode(Document bodyDocument,
String name,
SoapAttachment attachment)
Creates the content of the attachment node to be added in the SOAP request
|
| Modifier and Type | Method and Description |
|---|---|
String |
AttachmentRequestEnricher.enrichRequest(String body,
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) |
DefaultSoapResponse(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
Map<String,SoapAttachment> attachments,
String contentType) |
Copyright © 2019. All rights reserved.