Uses of Enum
org.apache.cxf.interceptor.InterceptorChain.State
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
-
Uses of InterceptorChain.State in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionInterceptorChain.getState()
static InterceptorChain.State
Returns the enum constant of this type with the specified name.static InterceptorChain.State[]
InterceptorChain.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InterceptorChain.State in org.apache.cxf.phase