Package org.openxri.xml

Examples of org.openxri.xml.Ref


        try
        {
          Ref[] oRefs = new Ref[1];
            Service[] oServices = new Service[1];

            oRefs[0] = new Ref();
            oRefs[0].setValue("http://www.myresolver.com/resolve?1234");
           
            // IIOP-safe Service structure
            oServices[0] = new Service();
            oServices[0].setType("xri:@epok/tdx/xrixns");
View Full Code Here

TOP

Related Classes of org.openxri.xml.Ref

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.