Package org.apache.geronimo.corba

Examples of org.apache.geronimo.corba.AnyImpl.read_value()


        }
    }

    public final Any read_any() {
        org.omg.CORBA.Any any = new AnyImpl(__orb());
        any.read_value(this, read_TypeCode());
        return any;
    }

    public final TypeCode read_TypeCode() {
        return TypeCodeUtil.read(this, this, new java.util.HashMap());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.