|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.activation.DataHandler org.apache.axis.attachments.DynamicContentDataHandler
To be used with writing out DIME Attachments. AXIS will use DIME record chunking.
Constructor Summary | |
DynamicContentDataHandler(javax.activation.DataSource arg0)
|
|
DynamicContentDataHandler(java.lang.Object arg0,
java.lang.String arg1)
|
|
DynamicContentDataHandler(java.net.URL arg0)
|
Method Summary | |
int |
getChunkSize()
Get the DIME record chunk size |
void |
setChunkSize(int chunkSize)
Set the DIME record chunk size |
Methods inherited from class javax.activation.DataHandler |
getAllCommands, getBean, getCommand, getContent, getContentType, getDataSource, getInputStream, getName, getOutputStream, getPreferredCommands, getTransferData, getTransferDataFlavors, isDataFlavorSupported, setCommandMap, setDataContentHandlerFactory, writeTo |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DynamicContentDataHandler(javax.activation.DataSource arg0)
arg0
- public DynamicContentDataHandler(java.lang.Object arg0, java.lang.String arg1)
arg0
- arg1
- public DynamicContentDataHandler(java.net.URL arg0)
arg0
- Method Detail |
public int getChunkSize()
public void setChunkSize(int chunkSize)
chunkSize
- The value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |