org.apache.servicemix.jbi.util
Class ByteArrayDataSource

java.lang.Object
  extended by org.apache.servicemix.util.jaf.ByteArrayDataSource
      extended by org.apache.servicemix.jbi.util.ByteArrayDataSource
All Implemented Interfaces:
Serializable, DataSource

Deprecated.

public class ByteArrayDataSource
extends org.apache.servicemix.util.jaf.ByteArrayDataSource

Byte array DataSource for Mail and message attachments

Since:
3.0
Author:
George Gastaldi
See Also:
Serialized Form

Constructor Summary
ByteArrayDataSource(byte[] data, String contentType)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.servicemix.util.jaf.ByteArrayDataSource
getContentType, getInputStream, getName, getOutputStream, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayDataSource

public ByteArrayDataSource(byte[] data,
                           String contentType)
Deprecated. 


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.