Searched refs:getRequiredAttribute (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DHTTPExtensionHandler.java84 String verb = Util.getRequiredAttribute(e, Constants.ATTR_VERB);
111 Util.getRequiredAttribute(e, Constants.ATTR_LOCATION);
193 Util.getRequiredAttribute(e, Constants.ATTR_LOCATION);
H A DWSDLParser.java339 String name = Util.getRequiredAttribute(e, Constants.ATTR_NAME);
379 String partName = Util.getRequiredAttribute(e, Constants.ATTR_NAME);
416 String name = Util.getRequiredAttribute(e, Constants.ATTR_NAME);
464 String name = Util.getRequiredAttribute(e, Constants.ATTR_NAME);
501 Util.getRequiredAttribute(e2, Constants.ATTR_MESSAGE);
563 Util.getRequiredAttribute(e2, Constants.ATTR_MESSAGE);
619 Util.getRequiredAttribute(e2, Constants.ATTR_MESSAGE);
713 String name = Util.getRequiredAttribute(e, Constants.ATTR_NAME);
715 String typeAttr = Util.getRequiredAttribute(e, Constants.ATTR_TYPE);
755 String name = Util.getRequiredAttribute(
[all...]
H A DUtil.java48 public static String getRequiredAttribute(Element element, String name) { method in class:Util
H A DSOAPExtensionHandler.java94 Util.getRequiredAttribute(e, Constants.ATTR_TRANSPORT);
420 Util.getRequiredAttribute(e, Constants.ATTR_LOCATION);

Completed in 43 milliseconds