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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLBoundPortType.java69 WSDLPortType getPortType(); method in interface:WSDLBoundPortType
H A DWSDLModel.java57 WSDLPortType getPortType(@NotNull QName name); method in interface:WSDLModel
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java104 public WSDLPortTypeImpl getPortType() { method in class:WSDLBoundPortTypeImpl
200 portType = owner.getPortType(portTypeName);
H A DWSDLModelImpl.java87 public WSDLPortTypeImpl getPortType(QName name){ method in class:WSDLModelImpl
H A DWSDLBoundOperationImpl.java422 operation = owner.getPortType().get(name.getLocalPart());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBinding.java62 public QName getPortType() { method in class:Binding
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DJavaMethodImpl.java338 this.wsdlOperation = portType.getBinding().get(new QName(portType.getBinding().getPortType().getName().getNamespaceURI(),operationName));
341 throw new WebServiceException("Method "+seiMethod.getName()+" is exposed as WebMethod, but there is no corresponding wsdl operation with name "+operationName+" in the wsdl:portType" + portType.getBinding().getPortType().getName());
H A DRuntimeModeler.java1421 QName opName = new QName(binding.getBinding().getPortType().getName().getNamespaceURI(), operation);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DW3CAddressingWSDLParserExtension.java170 WSDLPortTypeImpl porttype = binding.getPortType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java736 getHandlers4PortTypeMap().containsKey(port.getBinding().getPortType())) {
740 getPolicyURIs(getHandlers4PortTypeMap().get(port.getBinding().getPortType()),modelContext)
742 ,port.getBinding().getPortType()

Completed in 44 milliseconds