Uses of Class
org.apache.wsil.QName
Packages that use QName
Package
Description
-
Uses of QName in org.apache.wsil
Fields in org.apache.wsil declared as QNameModifier and TypeFieldDescriptionstatic final QNameAbstract.QNAMEQName.static final QNameDescription.QNAMEQName.static final QNameInspection.QNAMEQName.static final QNameLink.QNAMEQName.static final QNameService.QNAMEQName.static final QNameServiceName.QNAMEQName.Methods in org.apache.wsil that return QNameMethods in org.apache.wsil with parameters of type QName -
Uses of QName in org.apache.wsil.client
Methods in org.apache.wsil.client with parameters of type QNameModifier and TypeMethodDescriptionWSILProxy.getWSDLDocumentByBinding(QName bindingName) Returns an array of WSDLDocuments given a binding name.WSILProxy.getWSDLDocumentByPortType(QName portTypeName) Returns an array of WSDLDocuments given a portType name. -
Uses of QName in org.apache.wsil.extension
Fields in org.apache.wsil.extension declared as QNameModifier and TypeFieldDescriptionprotected QNameUnknownExtensionElement.qnameQName for the unknown extension element.Methods in org.apache.wsil.extension that return QNameModifier and TypeMethodDescriptionExtensionElement.getQName()Get extension element qname.UnknownExtensionElement.getQName()Get the language attribute for the abstract.Methods in org.apache.wsil.extension with parameters of type QNameModifier and TypeMethodDescriptionExtensionBuilder.createElement(QName qname) Create extension element.Constructors in org.apache.wsil.extension with parameters of type QNameModifierConstructorDescriptionUnknownExtensionElement(QName qname, Element element) Create an uknown extension element. -
Uses of QName in org.apache.wsil.extension.uddi
Fields in org.apache.wsil.extension.uddi declared as QNameModifier and TypeFieldDescriptionstatic final QNameBusinessDescription.BUSINESS_KEY_QNAMEBusinessKey QName.static final QNameBusinessDescription.BUSINESS_KEY_QNAME_V2BusinessKey QName for UDDI V2.static final QNameBusinessDescription.DISCOVERY_URL_QNAMEDiscoveryURL QName.static final QNameServiceDescription.DISCOVERY_URL_QNAMEDiscoveryURL QName.static final QNameBusinessDescription.DISCOVERY_URL_QNAME_V2DiscoveryURL QName for UDDI V2.static final QNameServiceDescription.DISCOVERY_URL_QNAME_V2DiscoveryURL QName for UDDI V2.static final QNameBusinessDescription.QNAMEQName.static final QNameServiceDescription.QNAMEQName.static final QNameBusinessDescription.QNAME_V2QName for UDDI V2.static final QNameServiceDescription.QNAME_V2QName for UDDI V2.static final QNameServiceDescription.SERVICE_KEY_QNAMEServiceKey QName.static final QNameServiceDescription.SERVICE_KEY_QNAME_V2ServiceKey QName for UDDI V2. -
Uses of QName in org.apache.wsil.extension.wsdl
Fields in org.apache.wsil.extension.wsdl declared as QNameModifier and TypeFieldDescriptionstatic final QNameImplementedBinding.QNAMEQName.static final QNameReference.QNAMEQName.static final QNameReferencedService.QNAMEQName.Methods in org.apache.wsil.extension.wsdl that return QNameModifier and TypeMethodDescriptionImplementedBinding.getBindingName()Get implemented binding name.ReferencedService.getReferencedServiceName()Get referenced service name.Methods in org.apache.wsil.extension.wsdl with parameters of type QNameModifier and TypeMethodDescriptionvoidImplementedBinding.setBindingName(QName binding) Set implemented binding name.voidReferencedService.setReferencedServiceName(QName binding) Set referenced service name. -
Uses of QName in org.apache.wsil.impl
Methods in org.apache.wsil.impl that return QName -
Uses of QName in org.apache.wsil.impl.extension
Fields in org.apache.wsil.impl.extension declared as QNameMethods in org.apache.wsil.impl.extension that return QName -
Uses of QName in org.apache.wsil.impl.extension.uddi
Methods in org.apache.wsil.impl.extension.uddi with parameters of type QNameModifier and TypeMethodDescriptionUDDIExtensionBuilder.createElement(QName qname) Create extension element. -
Uses of QName in org.apache.wsil.impl.extension.wsdl
Fields in org.apache.wsil.impl.extension.wsdl declared as QNameModifier and TypeFieldDescriptionprotected QNameImplementedBindingImpl.bindingNameBinding name.protected QNameReferencedServiceImpl.referencedServiceNameBinding name.Methods in org.apache.wsil.impl.extension.wsdl that return QNameModifier and TypeMethodDescriptionImplementedBindingImpl.getBindingName()Get implemented binding name.ReferenceImpl.getQName()Get extension element qname.ReferencedServiceImpl.getReferencedServiceName()Get referenced service name.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type QNameModifier and TypeMethodDescriptionWSDLExtensionBuilder.createElement(QName qname) Create extension element.voidImplementedBindingImpl.setBindingName(QName bindingName) Set implemented binding name.voidReferencedServiceImpl.setReferencedServiceName(QName referencedServiceName) Set referenced service name.