|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Exchange<N>
Interface Exchange
encapsulates the data flowing through a process flow
for a particular message. The interface provides accessor methods to retrieve
message data, context, exchange variable and properties for a particular message
exchange.
Method Summary | |
---|---|
DataBindingType |
getDataBindingType()
Returns the data binding type. |
N |
getExchangeVariable()
The getExchangeVariable method returns the exchange variable for a particular message exchange in the current path |
N |
getMessageData()
The getMessageData method returns the message data for a particular message exchange in the current path. |
java.lang.Object |
getProperty(java.lang.String key)
Searches for the property with the specified key in this property list. |
java.lang.Iterable<java.lang.String> |
getPropertyNames()
Returns an Iterbale of all the keys in this property list. |
GxProcessingContext |
getXMLProcessingContext()
Gets the gXML processing context for the right data binding type |
Method Detail |
---|
N getMessageData()
N getExchangeVariable()
java.lang.Iterable<java.lang.String> getPropertyNames()
com.tibco.mediation.task.context.FlowContext#getPropertyNames()
Iterable
,
getProperty(String)
java.lang.Object getProperty(java.lang.String key)
com.tibco.mediation.task.context.FlowContext#getProperty(String)
key
- the key
getPropertyNames()
,
com.tibco.mediation.task.context.FlowContext#getPropertyNames()
GxProcessingContext getXMLProcessingContext()
DataBindingType getDataBindingType()
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |