Package org.apache.geronimo.corba

Examples of org.apache.geronimo.corba.AnyImpl


            value[i + offset] = read_any();
        }
    }

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

TOP

Related Classes of org.apache.geronimo.corba.AnyImpl

Copyright © 2018 www.massapicom. 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.