Uses of Interface
net.sourceforge.mflow.api.ContentHandler

Packages that use ContentHandler
net.sourceforge.mflow.api   
net.sourceforge.mflow.impl   
 

Uses of ContentHandler in net.sourceforge.mflow.api
 

Methods in net.sourceforge.mflow.api that return ContentHandler
abstract  ContentHandler ContentHandlerFactory.createContentHandler(java.lang.Object obj, java.lang.String mimeType)
          Creates an instance of ContentHandler with the given arguments
abstract  ContentHandler ContentHandlerFactory.createContentHandler(javax.activation.DataSource aDataSource)
          Creates an instance of ContentHandler with the given arguments
abstract  ContentHandler ContentHandlerFactory.createContentHandler(javax.activation.DataHandler aDataHandler)
          Creates an instance of ContentHandler with the given arguments
 ContentHandler[] Msg.getContentHandlers()
          Return the ContentHandlers for the content
 

Methods in net.sourceforge.mflow.api with parameters of type ContentHandler
 void Msg.addContentHandler(ContentHandler ch)
          Adds a new ContentHandler
 void Msg.setContentHandler(ContentHandler ch)
          Sets a new ContentHandler
 void Msg.setContentHandlers(ContentHandler[] chs)
          Sets the content of the Msg
 

Uses of ContentHandler in net.sourceforge.mflow.impl
 

Classes in net.sourceforge.mflow.impl that implement ContentHandler
 class ContentHandlerImpl
          A JavaBean compliant wrapper for a DataHandler
 

Methods in net.sourceforge.mflow.impl that return ContentHandler
 ContentHandler[] MsgImpl.getContentHandlers()
          Return the ContentHandlers for the content
 

Methods in net.sourceforge.mflow.impl with parameters of type ContentHandler
 void MsgImpl.addContentHandler(ContentHandler ch)
          Adds a new ContentHandler
 void MsgImpl.setContentHandler(ContentHandler ch)
          Sets a new ContentHandler
 void MsgImpl.setContentHandlers(ContentHandler[] chs)
          Sets the content of the Msg
 



Copyright © 2002-2004 MFlow Group. All Rights Reserved.