else {
org.apache.yoko.orb.OCI.Buffer buf = new org.apache.yoko.orb.OCI.Buffer();
OutputStream out = new OutputStream(buf);
out._OB_ORBInstance(orbInstance_);
_OB_marshal(out);
InputStream in = (InputStream) out.create_input_stream();
return new Any(orbInstance_, type_, in);
}
}
public synchronized org.omg.CORBA.Any to_any(DynValueWriter dynValueWriter) {