public class FaultThrowingInterceptor extends AbstractPhaseInterceptor<Message>
| Modifier and Type | Field and Description |
|---|---|
static MessageFormat |
MESSAGE_FORMAT |
| Constructor and Description |
|---|
FaultThrowingInterceptor() |
FaultThrowingInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic static final MessageFormat MESSAGE_FORMAT
public FaultThrowingInterceptor()
public FaultThrowingInterceptor(String phase)
public void handleMessage(Message message) throws Fault
InterceptorFaultApache CXF