Lines Matching refs:portType

283             PortType portType = binding.resolvePortType(document);
290 getQNameOf(portType));
361 for (Iterator iter = portType.operations(); iter.hasNext();) {
395 portType.getOperationsNamed(bindingOperation.getName());
584 PortType portType = binding.resolvePortType(document);
585 if (isAsync(portType, info.portTypeOperation)) {
586 warning(portType, "Can not generate Async methods for non-soap binding!");
895 PortType portType = binding.resolvePortType(document);
896 if (isAsync(portType, info.portTypeOperation)) {
1201 protected boolean isAsync(com.sun.tools.internal.ws.wsdl.document.PortType portType, com.sun.tools.internal.ws.wsdl.document.Operation wsdlOperation) {
1209 // then into wsdl:portType
1210 QName portTypeName = new QName(portType.getDefining().getTargetNamespaceURI(), portType.getName());
1211 jaxwsCustomization = (JAXWSBinding) getExtensionOfType(portType, JAXWSBinding.class);
1284 // the WSDL document is invalid, a wsld:fault in a wsdl:operation of a portType can be bound only once
2045 //first we look into wsdl:portType/wsdl:operation
2054 //then into wsdl:portType
2055 PortType portType = info.port.resolveBinding(document).resolvePortType(document);
2056 jaxwsBinding = (JAXWSBinding) getExtensionOfType(portType, JAXWSBinding.class);
2297 //populate the portType map here. We should get rid of all these properties
2311 // got portType information from WSDL, use it to name the interface
2744 private void applyWrapperStyleCustomization(Port port, PortType portType) {
2745 JAXWSBinding jaxwsBinding = (JAXWSBinding) getExtensionOfType(portType, JAXWSBinding.class);