Class WrappedDataHandler

java.lang.Object
javax.activation.DataHandler
org.apache.axis2.util.WrappedDataHandler
All Implemented Interfaces:
Transferable

public class WrappedDataHandler extends DataHandler
This class acts as a wrapper for the javax.activation.DataHandler class. It is used to store away a (potentially) user-defined content-type value along with the DataHandler instance. We'll delegate all method calls except for getContentType() to the real DataHandler instance.