public class StaxInEndingInterceptor extends AbstractPhaseInterceptor<Message>
| Modifier and Type | Field and Description | 
|---|---|
| static StaxInEndingInterceptor | INSTANCE | 
| static String | STAX_IN_NOCLOSE | 
| Constructor and Description | 
|---|
| StaxInEndingInterceptor() | 
| StaxInEndingInterceptor(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 String STAX_IN_NOCLOSE
public static final StaxInEndingInterceptor INSTANCE
public StaxInEndingInterceptor()
public StaxInEndingInterceptor(String phase)
public void handleMessage(Message message)
InterceptorApache CXF