Oracle Application Server Wireless Java API Reference
B14043-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 oracle.panama.model.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
Throws:
oracle.panama.model.VerifyContentException

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.