org.apache.axis.attachments

Class DynamicContentDataHandler


public class DynamicContentDataHandler
extends DataHandler

To be used with writing out DIME Attachments. AXIS will use DIME record chunking.
Author:
Marc Dumontier (mrdumont@blueprint.org)

Constructor Summary

DynamicContentDataHandler(DataSource arg0)
DynamicContentDataHandler(Object arg0, String arg1)
DynamicContentDataHandler(URL arg0)

Method Summary

int
getChunkSize()
Get the DIME record chunk size
void
setChunkSize(int chunkSize)
Set the DIME record chunk size

Constructor Details

DynamicContentDataHandler

public DynamicContentDataHandler(DataSource arg0)
Parameters:
arg0 -

DynamicContentDataHandler

public DynamicContentDataHandler(Object arg0,
                                 String arg1)
Parameters:
arg0 -
arg1 -

DynamicContentDataHandler

public DynamicContentDataHandler(URL arg0)
Parameters:
arg0 -

Method Details

getChunkSize

public int getChunkSize()
Get the DIME record chunk size
Returns:
The value

setChunkSize

public void setChunkSize(int chunkSize)
Set the DIME record chunk size
Parameters:
chunkSize - The value.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.