|
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 TaskContext<I,U,N extends I,A extends I,S,T,X>
Interface TaskContext
encapsulates the data associated with the custom
task.
Method Summary | |
---|---|
PathContext |
getPathContext()
The getPathContext() method returns the path context instance associated with this task |
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 Iterable of all the keys in this property list, |
MediationTask |
getTaskConfiguration()
The getTaskConfiguration() method returns the EMF model-based configuration of the task |
java.lang.String |
getTaskName()
The getTaskName() method returns the name of the task |
GxProcessingContext<I,U,N,A,S,T,X> |
getXMLProcessingContext(DataBindingType dataBindingType)
The getXMLprocessingContext() method returns the XML processing context that can be used to access data from task input document and also to construct task output document |
Method Detail |
---|
java.lang.String getTaskName()
MediationTask getTaskConfiguration()
MediationTask
GxProcessingContext<I,U,N,A,S,T,X> getXMLProcessingContext(DataBindingType dataBindingType)
GxProcessingContext
PathContext getPathContext()
PathContext
java.lang.Iterable<java.lang.String> getPropertyNames()
Iterable
,
getProperty(String)
java.lang.Object getProperty(java.lang.String key)
key
- the key
getPropertyNames()
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |