Examples of toIRINormalForm()


Examples of org.openxri.XRI.toIRINormalForm()

    }

    public XriIdentifier parseIdentifier(String identifier) throws DiscoveryException {

        XRI xri = new XRI(identifier);
        return new XriIdentifier(identifier, xri.toIRINormalForm(), xri.toURINormalForm());
    }
   
    // --- XRI discovery patch from William Tan ---

    /**
 
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.