cancel
Showing results for 
Search instead for 
Did you mean: 

which java API package contains Container class???????

Former Member
0 Kudos

can forum experts tell me which java API package contains Container and GlobalContainer class......???????/

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

The package is com.sap.aii.mappingtool.tf3.rt

It is in aii_mt_rt.jar file.

Regards,

Henrique.

Answers (4)

Answers (4)

stefan_grube
Active Contributor
0 Kudos

Check this blog:

/people/stefan.grube/blog/2005/12/30/test-user-defined-functions-for-the-xi-graphical-mapping-tool-in-developer-studio

Regards

Stefan

Former Member
0 Kudos

i think my question was misleading.....

i want to make a java class and compile it in my local system and then upload it into IMPORTED ARCHIVE......so i need to know the package which contains Container and GlobalContainer class....

if i write my UDF code in the graphical mapping editor, i get the container object by default,

but in order to compile my java class in my local system....i need the package conating Container and GlobalConatiner

former_member335553
Active Contributor
0 Kudos

Hi

If i am right just look at the documentation given under java help which says the package for container class -"java.awt"

http://java.sun.com/j2se/1.4.2/docs/api/java/awt/package-summary.html

Former Member
0 Kudos

Hi Sudeep,

Container class resides under package named java.awt

Regards,

Subhasha

Former Member
0 Kudos

i m talking about XI's Container class that we frequently use in UDFs...

its not that awt Container class

bhavesh_kantilal
Active Contributor
0 Kudos

<b>aii.map.api</b>

If you need to access the Cotainer Object (i.e) the runtime constants inside you java mapping etc, you use

 AbstractTrace trace=(AbstractTrace)getParameters().get(StreamTransformationConstants.MAPPING_TRACE);

To access this in a UDF in graphical mapping you mention,

container.getTrace()

Regards

Bhavesh

Former Member
0 Kudos

it is com.sap.aii.mapping.api.StreamTransformation

former_member335553
Active Contributor
0 Kudos

Hi

it is this Package for container class java.awt

http://java.sun.com/j2se/1.3/docs/api/index.html