Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


Package oracle.irm.engine.types.content.source

Content Source related objects, enumerations and exceptions.

See:
          Description

Class Summary
BufferSource Buffer Source type.
FileSource File Source type.
ResourceSource Resource Source type.
Source Source type.
URLSource URL Source type.

 

Package oracle.irm.engine.types.content.source Description

Content Source related objects, enumerations and exceptions. This package contains types used by the EJB and Web Services interfaces. These types are also used when binding XML to objects using JAXB. Before content can be sealed it must be supplied to the sealing process as an appropriate Source. A source provides information about the format of the content, the size of the data and a stream to the data. For example, when sealing files a FileSource can be used or when sealing a data stream a StreamSource can be used.


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


Copyright © 2010, Oracle. All rights reserved.