Searched defs:outParts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundOperationImpl.java64 private final Map<String, WSDLPartImpl> outParts; field in class:WSDLBoundOperationImpl
87 outParts = new HashMap<String, WSDLPartImpl>();
109 return outParts.get(partName);
118 outParts.put(part.getName(), part);
154 return Collections.<String,WSDLPart>unmodifiableMap(outParts);

Completed in 22 milliseconds