Hi there,
Im trying to make a Java Mapping on PI 7.1 and i have the following problem:
from what i've read, you mapping class should look something like this
public class Mapping extends DefaultHandler implements StreamTransformation{
But StreamTransformation is deprecated and they sugest that instead you extend from AbstractTransformation,
wich brings the problem that i cannot extend from more than 1 Class in Java,
anybody has a workaround for this??,
Am i doing something wrong??,
Thanks for the help,
Roberto.
Edited by: Roberto Gomez on Sep 7, 2009 5:55 PM