Package com.bea.wsrp.consumer.interceptor

Provides interfaces for implementing interceptors to intercept "initCookie", "getMarkup", "performBlockingInteraction", and "handleEvents" WSRP operations.

See
          Description

Interface Summary
IBlockingInteractionInterceptor Intercepts "performBlockingInteraction" operations.
IGetMarkupInterceptor Intercepts "getMarkup" operations.
IGetRenderDependenciesInterceptor Intercepts getRenderDependencies requests.
IHandleEventsInterceptor Intercepts "handleEvents" operation.
IInitCookieInterceptor Intercepts "initCookie" operations.
IReleaseSessionsInterceptor Intercepts "releaseSessions" operations.
Status Encapsulates return values for the preInvoke, postInvoke, onFault, and onIOFailure interceptor methods.
 

Enum Summary
Status.OnFault The possible return values for the onFault method of an interceptor.
Status.OnIOFailure The possible return values for the onIOFailure method of an interceptor.
Status.PostInvoke The possible return values for the postInvoke method of an interceptor.
Status.PreInvoke The possible return values for the preInvoke method of an interceptor.
 

Package com.bea.wsrp.consumer.interceptor Description

Provides interfaces for implementing interceptors to intercept "initCookie", "getMarkup", "performBlockingInteraction", and "handleEvents" WSRP operations.

Package Specification

An interceptor can implement one or more types of interceptor interfaces listed below and configured in the web application scoped wsrp-consumer-handler-config.xml configuration file.

Related Documentation

For more information, please see:



Copyright © 2006 BEA Systems, Inc. All Rights Reserved