Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface DeliverableContentVerifier


public interface DeliverableContentVerifier

This interface represents the plug-in modules that perform verification for the Delverable Content.

Since:
Oracle 9iAS Wireless 9.0.4

Method Summary
 byte[] verifyContent(java.lang.String mimeType, byte[] content)
          Delegate verification operation to an external module.

 

Method Detail

verifyContent

public byte[] verifyContent(java.lang.String mimeType,
                            byte[] content)
                     throws VerifyContentException
Delegate verification operation to an external module.
Parameters:
mimeType - the MIME Type of the content
content - content itself in the binary format
Returns:
the verified content
VerifyContentException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.