DWFToolkit::DWFPublishable Interface Reference
[DWF Publisher API]

#include "dwf/publisher/Publisher.h"

Inheritance diagram for DWFToolkit::DWFPublishable:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base class for interaction with the DWFPublisher.

Since:
7.0.1
This class defines the most basic requirements for publishing content.

Definition at line 51 of file Publishable.h.

Public Member Functions

virtual _DWFTK_API ~DWFPublishable ()
virtual _DWFTK_API const DWFStringgetMIMEType ()=0 throw ( DWFException )
virtual _DWFTK_API DWFInputStreamgetInputStream ()=0 throw ( DWFException )

Protected Member Functions

_DWFTK_API DWFPublishable ()


Constructor & Destructor Documentation

virtual _DWFTK_API DWFToolkit::DWFPublishable::~DWFPublishable  )  [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 63 of file Publishable.h.

_DWFTK_API DWFToolkit::DWFPublishable::DWFPublishable  )  [inline, protected]
 

Constructor

Exceptions:
None 

Definition at line 94 of file Publishable.h.


Member Function Documentation

virtual _DWFTK_API DWFInputStream* DWFToolkit::DWFPublishable::getInputStream  )  throw ( DWFException ) [pure virtual]
 

Returns a stream from which the publishable data can be read.

Returns:
The data stream. The caller must release the stream with DWFCORE_FREE_OBJECT.
Exceptions:
DWFException 

Implemented in DWFToolkit::DWFModel.

virtual _DWFTK_API const DWFString& DWFToolkit::DWFPublishable::getMIMEType  )  throw ( DWFException ) [pure virtual]
 

Returns the MIME type of the publishable data.

Returns:
The MIME type.
Exceptions:
DWFException 

Implemented in DWFToolkit::DWFModel.


The documentation for this interface was generated from the following file:
Generated on Tue Jan 6 22:40:46 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5