T - the generic typepublic class FlowIdProducerOut<T extends org.apache.cxf.message.Message>
extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>
| Constructor and Description |
|---|
FlowIdProducerOut()
Instantiates a new flow id producer out.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleINEvent(org.apache.cxf.message.Exchange exchange,
String reqFid)
Calling EventProducerInterceptor in case of logging faults.
|
void |
handleMessage(T message) |
protected void |
handleRequestOut(T message)
Handling out request.
|
protected void |
handleResponseOut(T message)
Handling out responce.
|
protected boolean |
isOnewayResponse(T message) |
public FlowIdProducerOut()
public void handleMessage(T message) throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected void handleResponseOut(T message) throws org.apache.cxf.interceptor.Fault
message - the messageorg.apache.cxf.interceptor.Fault - the faultprotected void handleRequestOut(T message) throws org.apache.cxf.interceptor.Fault
message - the messageorg.apache.cxf.interceptor.Fault - the faultprotected void handleINEvent(org.apache.cxf.message.Exchange exchange,
String reqFid)
throws org.apache.cxf.interceptor.Fault
exchange - the message exchangereqFid - the FlowIdorg.apache.cxf.interceptor.Fault - the faultprotected boolean isOnewayResponse(T message)
Copyright © 2011–2015 Talend Inc.. All rights reserved.