public interface AttachmentContext
| Modifier and Type | Method and Description |
|---|---|
void |
addDataHandler(javax.activation.DataHandler dh,
String cid)
Inform the context that an Attachment (DataHandler, CID) is written.
|
javax.activation.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(javax.activation.DataHandler dh,
String cid)
dh - cid - javax.activation.DataHandler getDataHandlerForSwA(String blobcid)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.