Uses of Class
org.apache.wsil.QName
-
-
Uses of QName in org.apache.wsil
Fields in org.apache.wsil declared as QName Modifier and Type Field Description static QNameAbstract. QNAMEQName.static QNameDescription. QNAMEQName.static QNameInspection. QNAMEQName.static QNameLink. QNAMEQName.static QNameService. QNAMEQName.static QNameServiceName. QNAMEQName.Methods in org.apache.wsil that return QName Modifier and Type Method Description QName[]Inspection. getNamespaces()Get list of namespaces.Methods in org.apache.wsil with parameters of type QName Modifier and Type Method Description booleanQName. equals(QName qname)Determine if the input QName equals this QName. -
Uses of QName in org.apache.wsil.client
Methods in org.apache.wsil.client with parameters of type QName Modifier and Type Method Description WSDLDocument[]WSILProxy. getWSDLDocumentByBinding(QName bindingName)Returns an array of WSDLDocuments given a binding name.WSDLDocument[]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 QName Modifier and Type Field Description protected QNameUnknownExtensionElement. qnameQName for the unknown extension element.Methods in org.apache.wsil.extension that return QName Modifier and Type Method Description QNameExtensionElement. getQName()Get extension element qname.QNameUnknownExtensionElement. getQName()Get the language attribute for the abstract.Methods in org.apache.wsil.extension with parameters of type QName Modifier and Type Method Description ExtensionElementExtensionBuilder. createElement(QName qname)Create extension element.Constructors in org.apache.wsil.extension with parameters of type QName Constructor Description UnknownExtensionElement(QName qname, org.w3c.dom.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 QName Modifier and Type Field Description static QNameBusinessDescription. BUSINESS_KEY_QNAMEBusinessKey QName.static QNameBusinessDescription. BUSINESS_KEY_QNAME_V2BusinessKey QName for UDDI V2.static QNameBusinessDescription. DISCOVERY_URL_QNAMEDiscoveryURL QName.static QNameServiceDescription. DISCOVERY_URL_QNAMEDiscoveryURL QName.static QNameBusinessDescription. DISCOVERY_URL_QNAME_V2DiscoveryURL QName for UDDI V2.static QNameServiceDescription. DISCOVERY_URL_QNAME_V2DiscoveryURL QName for UDDI V2.static QNameBusinessDescription. QNAMEQName.static QNameServiceDescription. QNAMEQName.static QNameBusinessDescription. QNAME_V2QName for UDDI V2.static QNameServiceDescription. QNAME_V2QName for UDDI V2.static QNameServiceDescription. SERVICE_KEY_QNAMEServiceKey QName.static 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 QName Modifier and Type Field Description static QNameImplementedBinding. QNAMEQName.static QNameReference. QNAMEQName.static QNameReferencedService. QNAMEQName.Methods in org.apache.wsil.extension.wsdl that return QName Modifier and Type Method Description QNameImplementedBinding. getBindingName()Get implemented binding name.QNameReferencedService. getReferencedServiceName()Get referenced service name.Methods in org.apache.wsil.extension.wsdl with parameters of type QName Modifier and Type Method Description voidImplementedBinding. 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 Modifier and Type Method Description QName[]InspectionImpl. getNamespaces()Get list of namespaces. -
Uses of QName in org.apache.wsil.impl.extension
Fields in org.apache.wsil.impl.extension declared as QName Modifier and Type Field Description protected QNameExtensionElementImpl. qnameQname.Methods in org.apache.wsil.impl.extension that return QName Modifier and Type Method Description QNameExtensionElementImpl. getQName()Get the language attribute for the abstract. -
Uses of QName in org.apache.wsil.impl.extension.uddi
Methods in org.apache.wsil.impl.extension.uddi with parameters of type QName Modifier and Type Method Description ExtensionElementUDDIExtensionBuilder. 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 QName Modifier and Type Field Description protected QNameImplementedBindingImpl. bindingNameBinding name.protected QNameReferencedServiceImpl. referencedServiceNameBinding name.Methods in org.apache.wsil.impl.extension.wsdl that return QName Modifier and Type Method Description QNameImplementedBindingImpl. getBindingName()Get implemented binding name.QNameReferenceImpl. getQName()Get extension element qname.QNameReferencedServiceImpl. getReferencedServiceName()Get referenced service name.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type QName Modifier and Type Method Description ExtensionElementWSDLExtensionBuilder. createElement(QName qname)Create extension element.voidImplementedBindingImpl. setBindingName(QName bindingName)Set implemented binding name.voidReferencedServiceImpl. setReferencedServiceName(QName referencedServiceName)Set referenced service name.
-