|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Exchange
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.apache.cxf.message.StringMap |
|---|
get, put |
| Methods inherited from interface java.util.Map |
|---|
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
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 message
void 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 exchangevoid clear()
clear in interface Map<String,Object>Bus getBus()
Service getService()
Endpoint getEndpoint()
Binding getBinding()
BindingOperationInfo getBindingOperationInfo()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||