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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DMEP.java35 ONE_WAY(false), enum constant in enum:MEP
49 return this==ONE_WAY;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DOperationStyle.java35 public static final OperationStyle ONE_WAY = new OperationStyle(); field in class:OperationStyle
H A DBindingOperation.java198 if (_style == OperationStyle.ONE_WAY) {
H A DOperation.java183 if (_style == OperationStyle.ONE_WAY) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java440 if (method.getMEP() != MEP.ONE_WAY) {
502 case ONE_WAY:
543 if (method.getMEP() == MEP.ONE_WAY)
779 if (method.getMEP() != MEP.ONE_WAY) {
869 if (method.getMEP() != MEP.ONE_WAY) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DJavaMethodImpl.java202 return (mep == MEP.ONE_WAY) ? null : wsdlOperation.getResPayloadName();
H A DRuntimeModeler.java581 return MEP.ONE_WAY;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java690 operation.setStyle(OperationStyle.ONE_WAY);
912 operation.setStyle(OperationStyle.ONE_WAY);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java507 && info.portTypeOperation.getStyle() != OperationStyle.ONE_WAY) {
634 && info.portTypeOperation.getStyle() != OperationStyle.ONE_WAY) {

Completed in 918 milliseconds