Searched defs:createURI (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/org/mindswap/utils/
H A DURIUtils.java71 public static URI createURI( String uri ) throws InvalidURIException { method in class:URIUtils
88 public static URI createURI( URI baseURI, String localName ) throws InvalidURIException { method in class:URIUtils
/owl-s/src/org/mindswap/wsdl/
H A DWSDLService.java85 private String createURI(QName qname) { method in class:WSDLService
89 private String createURI(String localName) { method in class:WSDLService
129 op.setOperationName(createURI(operationName));
130 op.setInputMessageName(createURI(inputMessage.getQName()));
131 op.setOutputMessageName(createURI(outputMessage.getQName()));
132 op.setPortName(createURI(port.getName()));
153 String name = createURI(p.getName());
181 String name = createURI(p.getName());
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...

Completed in 8 milliseconds