Each child of a wrapper style element corresponds with an element, and this method returns that name. @return always non-null valid {@link QName}.
The incomplete element's name.
247248249250251252253254255256257
} return; } method.setReturn(null); for (Property outElement : outputBlock) { if ("return".equals(outElement.elementName().getLocalPart())) { if (method.getReturn() != null) { org.objectweb.celtix.common.i18n.Message msg = new org.objectweb.celtix.common.i18n.Message("WRAPPER_STYLE_TWO_RETURN_TYPES", LOG); throw new ToolException(msg); }
235236237238239240241242243244245
Property elementProperty = (Property) elementProperties.get(j); QName partQName = WSDLUtil.getPartQName(op.getName().getLocalPart(), WSDLConstants.INPUT_PART_QNAME_SUFFIX, elementProperty.elementName().getLocalPart()); //this type is based on a primitive type- use the //primitive type name in this case String fullJaveName = elementProperty.type().fullName(); if (elementProperty.type().isArray()) {
270271272273274275276277278279280
Property elementProperty = (Property) elementProperties.get(j); QName partQName = WSDLUtil.getPartQName(op.getName().getLocalPart(), WSDLConstants.OUTPUT_PART_QNAME_SUFFIX, elementProperty.elementName().getLocalPart()); //this type is based on a primitive type- use the //primitive type name in this case String fullJaveName = elementProperty.type().fullName(); if (elementProperty.type().isArray()) {
248249250251252253254255256257258
283284285286287288289290291292293
286287288289290291292293294295296
321322323324325326327328329330331
380381382383384385386387388389390
return; } } for (Property outElement : outputBlock) { if ("return".equals(outElement.elementName().getLocalPart())) { if (method.getReturn() != null) { org.apache.cxf.common.i18n.Message msg = new org.apache.cxf.common.i18n.Message("WRAPPER_STYLE_TWO_RETURN_TYPES", LOG); throw new ToolException(msg); }