Searched defs:getOperationName (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/org/mindswap/wsdl/ | ||
H A D | WSDLOperation.java | 90 public String getName() { return call.getOperationName().getLocalPart(); }
92 public String getOperationName() { return operationName; } method in class:WSDLOperation 187 String targetNamespace = call.getOperationName().getNamespaceURI(); 188 String opName = call.getOperationName().getLocalPart(); |
/owl-s/lib/axis/ | ||
H A D | jaxrpc.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/messaging/ javax/xml/namespace/ javax/ ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
Completed in 10 milliseconds