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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DMEP.java34 REQUEST_RESPONSE(false), enum constant in enum:MEP
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DOperationStyle.java36 public static final OperationStyle REQUEST_RESPONSE = new OperationStyle(); field in class:OperationStyle
H A DBindingOperation.java69 if (_style == OperationStyle.REQUEST_RESPONSE) {
82 } else if (_style == OperationStyle.REQUEST_RESPONSE) {
H A DOperation.java70 if (_style == OperationStyle.REQUEST_RESPONSE) {
83 } else if (_style == OperationStyle.REQUEST_RESPONSE) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java506 != OperationStyle.REQUEST_RESPONSE
517 boolean isRequestResponse = info.portTypeOperation.getStyle() == OperationStyle.REQUEST_RESPONSE;
633 != OperationStyle.REQUEST_RESPONSE
698 boolean isRequestResponse = info.portTypeOperation.getStyle() == OperationStyle.REQUEST_RESPONSE;
934 boolean isRequestResponse = info.portTypeOperation.getStyle() == OperationStyle.REQUEST_RESPONSE;
1039 boolean isRequestResponse = info.portTypeOperation.getStyle() == OperationStyle.REQUEST_RESPONSE;
2500 return info.portTypeOperation.getStyle() == OperationStyle.REQUEST_RESPONSE;
H A DWSDLModelerBase.java505 == OperationStyle.REQUEST_RESPONSE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java692 operation.setStyle(OperationStyle.REQUEST_RESPONSE);
914 operation.setStyle(OperationStyle.REQUEST_RESPONSE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java496 case REQUEST_RESPONSE:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java588 return MEP.REQUEST_RESPONSE;

Completed in 76 milliseconds