Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWSF_DEFINE_FILTER(FILTERNAME)


Global Macro

Local Index

No Entries

Product

HydraExpress

Header File

Synopsis

Description

Defines a function that returns a pointer to a new instance of class filterName. The macro names the function by prefacing filterName with the word "create". The servlet container uses the function to construct an instance of the filter. For example, to deploy a filter that uses the macro rwsf_DEFINE_FILTER(MyFilter)the deployment descriptor for the filter should contain the following line, where dllName is the name of the shared library containing the filter:

<filter-class>dllName.createMyFilter</filter-class>



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.