See: Description
Interface | Description |
---|---|
FaultOutInterceptor.FaultInfoException |
Marker interfaces for Exceptions that have a
getFaultInfo() method that returns some sort
of object that the FaultOutInterceptor can
marshal into a fault detail element
|
Interceptor<T extends Message> |
Base interface for all interceptors.
|
InterceptorChain |
Base interface for all interceptor chains.
|
InterceptorProvider |
The
InterceptorProvider interface is implemented by objects
that have interceptor chains associated with them. |
Enum | Description |
---|---|
InterceptorChain.State |
Exception | Description |
---|---|
Fault |
A Fault that occurs during invocation processing.
|
Annotation Type | Description |
---|---|
InFaultInterceptors |
Specifies a list of classes that are added to the inbound fault
interceptor chain.
|
InInterceptors |
Specifies a list of classes that are added to the inbound interceptor
chain.
|
OutFaultInterceptors |
Specifies a list of classes that are added to the outbound fault
interceptor chain.
|
OutInterceptors |
Specifies a list of classes that are added to the outbound
interceptor chain.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.