TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.mediation.task.rt.context
Interface TaskContext<I,U,N extends I,A extends I,S,T,X>


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

getTaskName

java.lang.String getTaskName()
The getTaskName() method returns the name of the task

Returns:
name of the task

getTaskConfiguration

MediationTask getTaskConfiguration()
The getTaskConfiguration() method returns the EMF model-based configuration of the task

Returns:
configuration of the task
See Also:
MediationTask

getXMLProcessingContext

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

Returns:
XML processing context
See Also:
GxProcessingContext

getPathContext

PathContext getPathContext()
The getPathContext() method returns the path context instance associated with this task

Returns:
path context of this task
See Also:
PathContext

getPropertyNames

java.lang.Iterable<java.lang.String> getPropertyNames()
Returns an Iterable of all the keys in this property list,

Returns:
an Iterable of all the keys in this property list
See Also:
Iterable, getProperty(String)

getProperty

java.lang.Object getProperty(java.lang.String key)
Searches for the property with the specified key in this property list.

Parameters:
key - the key
Returns:
the value in this property list with the specified key value.
See Also:
getPropertyNames()

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.