Skip navigation links


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 Implementations of this interface can be used to intercept "performBlockingInteraction" WSRP operations on the consumer side.
IGetMarkupInterceptor Implementations of this interface can be used to intercept "getMarkup" WSRP operations on the consumer side.
IGetRenderDependenciesInterceptor Implementations of this interface can be used to intercept "getRenderDependencies" WSRP operations on the consumer side.
IGetResourceInterceptor Implementations of this interface can be used to intercept "getResource" WSRP operations on the consumer side.
IHandleEventsInterceptor Implementations of this interface can be used to intercept "handleEvents" WSRP operations on the consumer side.
IInitCookieInterceptor Implementations of this interface can be used to intercept "initCookie" WSRP operations on the consumer side.
IReleaseSessionsInterceptor Implementations of this interface can be used to intercept "releaseSessions" WSRP operations on the consumer side.
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:


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.