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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundOperationImpl.java48 private final Map<String, ParameterBinding> inputParts; field in class:WSDLBoundOperationImpl
80 inputParts = new HashMap<String, ParameterBinding>();
127 return inputParts;
148 // TODO: what's the difference between this and inputParts/outputParts?
202 if(inputParts.get(" ") != null)
207 ParameterBinding block = inputParts.get(part);

Completed in 349 milliseconds