public interface AttachmentContext
| Modifier and Type | Method and Description |
|---|---|
void |
addDataHandler(DataHandler dh,
String cid)
Inform the context that an Attachment (DataHandler, CID) is written.
|
DataHandler |
getDataHandlerForSwA(String blobcid) |
org.apache.axis2.context.MessageContext |
getMessageContext() |
boolean |
isMTOMEnabled() |
void |
setDoingSWA()
Indicate on the context that SWA attachments are encountered
|
org.apache.axis2.context.MessageContext getMessageContext()
boolean isMTOMEnabled()
void setDoingSWA()
void addDataHandler(DataHandler dh, String cid)
dh - cid - DataHandler getDataHandlerForSwA(String blobcid)
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.