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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java716 if (isOperationDocumentLiteral(styleAndUse) && (soapResponseBody.getNamespace() != null)) {
738 if (isOperationDocumentLiteral(styleAndUse))
762 if (isOperationDocumentLiteral(styleAndUse)) {
1074 if (isOperationDocumentLiteral(styleAndUse)) {
1136 if (isOperationDocumentLiteral(styleAndUse)) {
1477 if (isOperationDocumentLiteral(styleAndUse) && bodyParts.size() > 1) {
1595 private boolean isOperationDocumentLiteral(StyleAndUse styleAndUse) { method in class:WSDLModeler

Completed in 36 milliseconds