@WebServiceProvider @ServiceMode(value=MESSAGE) @BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/") public abstract class SOAPProviderBase extends Object implements Provider<SOAPMessage>
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
SOAPProviderBase() |
Modifier and Type | Method and Description |
---|---|
protected String |
findAction(String contentType) |
protected String |
getLogPrefix(String messageId)
Add log prefix to make it easier to debug
|
SOAPMessage |
invoke(SOAPMessage request) |
void |
setAttachmentXmlSessionKey(String attachmentXmlSessionKey)
SessionKey containing attachment information, or null if no attachments
|
public SOAPMessage invoke(SOAPMessage request)
invoke
in interface Provider<SOAPMessage>
protected String getLogPrefix(String messageId)
public void setAttachmentXmlSessionKey(String attachmentXmlSessionKey)
attachmentXmlSessionKey
- <parts><part type="file" name="document.pdf" sessionKey="part_file" size="12345" mimeType="application/octet-stream"/></parts>
Copyright © 2023 Frank!Framework. All rights reserved.