Modifier and Type | Method and Description |
---|---|
void |
clear() |
Binding |
getBinding() |
BindingOperationInfo |
getBindingOperationInfo() |
Bus |
getBus() |
Conduit |
getConduit(Message message) |
Destination |
getDestination() |
Endpoint |
getEndpoint() |
Message |
getInFaultMessage() |
Message |
getInMessage()
Returns the inbound message for the exchange.
|
Message |
getOutFaultMessage() |
Message |
getOutMessage()
Returns the outbound message for the exchange.
|
Service |
getService() |
Session |
getSession() |
boolean |
isOneWay()
Determines if the exchange is one-way.
|
boolean |
isSynchronous()
Determines if the exchange requires the frontend to wait for a
response.
|
void |
setConduit(Conduit conduit) |
void |
setDestination(Destination destination) |
void |
setInFaultMessage(Message m) |
void |
setInMessage(Message m) |
void |
setOneWay(boolean b) |
void |
setOutFaultMessage(Message m) |
void |
setOutMessage(Message m) |
void |
setSynchronous(boolean b) |
Message getInMessage()
void setInMessage(Message m)
Message getOutMessage()
void setOutMessage(Message m)
Message getInFaultMessage()
void setInFaultMessage(Message m)
Message getOutFaultMessage()
void setOutFaultMessage(Message m)
Session getSession()
Destination getDestination()
void setDestination(Destination destination)
destination
- the associated incoming DestinationConduit getConduit(Message message)
message
- the associated messagevoid setConduit(Conduit conduit)
conduit
- the associated outgoing Conduitboolean isOneWay()
boolean isSynchronous()
void setSynchronous(boolean b)
void setOneWay(boolean b)
b
- true if the exchange is known to be a one-way exchangeBus getBus()
Service getService()
Endpoint getEndpoint()
Binding getBinding()
BindingOperationInfo getBindingOperationInfo()
Apache CXF