Package | Description |
---|---|
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.phase |
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
|
Modifier and Type | Method and Description |
---|---|
InterceptorChain.State |
InterceptorChain.getState() |
static InterceptorChain.State |
InterceptorChain.State.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
InterceptorChain.State |
PhaseInterceptorChain.getState() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.