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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DOperationStyle.java37 public static final OperationStyle SOLICIT_RESPONSE = new OperationStyle(); field in class:OperationStyle
H A DBindingOperation.java71 } else if (_style == OperationStyle.SOLICIT_RESPONSE) {
80 if (_style == OperationStyle.SOLICIT_RESPONSE) {
H A DOperation.java72 } else if (_style == OperationStyle.SOLICIT_RESPONSE) {
81 if (_style == OperationStyle.SOLICIT_RESPONSE) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java694 operation.setStyle(OperationStyle.SOLICIT_RESPONSE);
916 operation.setStyle(OperationStyle.SOLICIT_RESPONSE);

Completed in 33 milliseconds