Package org.apache.geronimo.corba.io

Examples of org.apache.geronimo.corba.io.GIOPVersion


  public GIOPVersion getGIOPVersion() {
    return GIOPVersion.V1_2;
  }

  public Version getIIOPVersion() {
    GIOPVersion v = getGIOPVersion();
    return new Version((byte) v.major, (byte) v.minor);
  }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.corba.io.GIOPVersion

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.