Hi there,
I have a class TempByteHolder that has a member variable that points
to an inner class TempByteHolder.OutputStream:
public class TempByteHolder {
TempByteHolder.OutputStream _output_stream = new
TempByteHolder.OutputStream();
class OutputStream extends java.io.OutputStream {
...
}
}
When I run the binding generator I get the error:
org.jibx.runtime.JiBXException: No content found for class
TempByteHolder$OutputStream
is there a way to handle inner classes with the binding generator?
thanks,
Alistair
--------------
mov eax,1
mov ebx,0
int 80h
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users