org.apache.axis.attachments
Class DynamicContentDataHandler
DataHandler
org.apache.axis.attachments.DynamicContentDataHandler
public class DynamicContentDataHandler
extends DataHandler
To be used with writing out DIME Attachments.
AXIS will use DIME record chunking.
- Marc Dumontier (mrdumont@blueprint.org)
DynamicContentDataHandler
public DynamicContentDataHandler(DataSource arg0)
arg0
-
DynamicContentDataHandler
public DynamicContentDataHandler(Object arg0,
String arg1)
arg0
- arg1
-
DynamicContentDataHandler
public DynamicContentDataHandler(URL arg0)
arg0
-
getChunkSize
public int getChunkSize()
Get the DIME record chunk size
- The value
setChunkSize
public void setChunkSize(int chunkSize)
Set the DIME record chunk size
chunkSize
- The value.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.