Package org.apache.geronimo.corba.ior

Examples of org.apache.geronimo.corba.ior.InternalTargetAddress$IORAddressingInfoAddress


  }

  public GIOPOutputStream startRequest(ClientInvocation inv) {

    byte[] principal = new byte[0]; // TODO: old-style principal handling
    InternalTargetAddress targetAddress = profile.getTargetAddress();
    GIOPVersion version = profile.getGIOPVersion();

    try {
      return mt.startRequest(version, targetAddress, inv, principal);
    } catch (IOException e) {
View Full Code Here

TOP

Related Classes of org.apache.geronimo.corba.ior.InternalTargetAddress$IORAddressingInfoAddress

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.