FileDocCategorySizeDatePackage
Filter.javaAPI DocGlassfish v2 API3412Fri May 04 22:24:42 BST 2007com.sun.enterprise.admin.wsmgmt.filter.spi

Filter

public interface Filter
Filter that can implement or collect web services management information

Fields Summary
public static final String
POST_PROCESS_RESPONSE
Post process response - Callback when a web service response has finished being processed by the container and was sent back to the client
public static final String
PRE_PROCESS_REQUEST
Callback when a web service request entered the web service container and before any system processing is done.
public static final String
PROCESS_REQUEST
Callback when a web service request is about to be delivered to the Web Service Implementation Bean.
public static final String
PROCESS_RESPONSE
Callback when a web service response was returned by the Web Service Implementation Bean
Constructors Summary
Methods Summary
public java.lang.StringgetName()
Unique name of the filter

return
Unique name of the filter.

public voidprocess(java.lang.String stage, java.lang.String endpoint, FilterContext context)
Invoke the filter.

param
stage Stage of the web service endpoint's execution
param
endpoint Endpoint's name
param
context FilterContext containing information about message