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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortTypeImpl.java43 private final Map<String, WSDLOperationImpl> portTypeOperations; field in class:WSDLPortTypeImpl
50 portTypeOperations = new Hashtable<String, WSDLOperationImpl>();
58 return portTypeOperations.get(operationName);
62 return portTypeOperations.values();
72 portTypeOperations.put(opName, ptOp);
80 for(WSDLOperationImpl op : portTypeOperations.values()){

Completed in 28 milliseconds