Uses of Class
org.apache.wsil.QName

Packages that use QName
org.apache.wsil   
org.apache.wsil.client   
org.apache.wsil.extension   
org.apache.wsil.extension.uddi   
org.apache.wsil.extension.wsdl   
org.apache.wsil.impl   
org.apache.wsil.impl.extension   
org.apache.wsil.impl.extension.uddi   
org.apache.wsil.impl.extension.wsdl   
 

Uses of QName in org.apache.wsil
 

Fields in org.apache.wsil declared as QName
static QName ServiceName.QNAME
          QName.
static QName Service.QNAME
          QName.
static QName Link.QNAME
          QName.
static QName Inspection.QNAME
          QName.
static QName Description.QNAME
          QName.
static QName Abstract.QNAME
          QName.
 

Methods in org.apache.wsil that return QName
 QName[] Inspection.getNamespaces()
          Get list of namespaces.
 

Methods in org.apache.wsil with parameters of type QName
 boolean QName.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
 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
protected  QName UnknownExtensionElement.qname
          QName for the unknown extension element.
 

Methods in org.apache.wsil.extension that return QName
 QName UnknownExtensionElement.getQName()
          Get the language attribute for the abstract.
 QName ExtensionElement.getQName()
          Get extension element qname.
 

Methods in org.apache.wsil.extension with parameters of type QName
 ExtensionElement ExtensionBuilder.createElement(QName qname)
          Create extension element.
 

Constructors in org.apache.wsil.extension with parameters of type QName
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
static QName BusinessDescription.BUSINESS_KEY_QNAME
          BusinessKey QName.
static QName BusinessDescription.BUSINESS_KEY_QNAME_V2
          BusinessKey QName for UDDI V2.
static QName ServiceDescription.DISCOVERY_URL_QNAME
          DiscoveryURL QName.
static QName BusinessDescription.DISCOVERY_URL_QNAME
          DiscoveryURL QName.
static QName ServiceDescription.DISCOVERY_URL_QNAME_V2
          DiscoveryURL QName for UDDI V2.
static QName BusinessDescription.DISCOVERY_URL_QNAME_V2
          DiscoveryURL QName for UDDI V2.
static QName ServiceDescription.QNAME
          QName.
static QName BusinessDescription.QNAME
          QName.
static QName ServiceDescription.QNAME_V2
          QName for UDDI V2.
static QName BusinessDescription.QNAME_V2
          QName for UDDI V2.
static QName ServiceDescription.SERVICE_KEY_QNAME
          ServiceKey QName.
static QName ServiceDescription.SERVICE_KEY_QNAME_V2
          ServiceKey QName for UDDI V2.
 

Uses of QName in org.apache.wsil.extension.wsdl
 

Fields in org.apache.wsil.extension.wsdl declared as QName
static QName ReferencedService.QNAME
          QName.
static QName Reference.QNAME
          QName.
static QName ImplementedBinding.QNAME
          QName.
 

Methods in org.apache.wsil.extension.wsdl that return QName
 QName ImplementedBinding.getBindingName()
          Get implemented binding name.
 QName ReferencedService.getReferencedServiceName()
          Get referenced service name.
 

Methods in org.apache.wsil.extension.wsdl with parameters of type QName
 void ImplementedBinding.setBindingName(QName binding)
          Set implemented binding name.
 void ReferencedService.setReferencedServiceName(QName binding)
          Set referenced service name.
 

Uses of QName in org.apache.wsil.impl
 

Methods in org.apache.wsil.impl that return QName
 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
protected  QName ExtensionElementImpl.qname
          Qname.
 

Methods in org.apache.wsil.impl.extension that return QName
 QName ExtensionElementImpl.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
 ExtensionElement UDDIExtensionBuilder.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
protected  QName ImplementedBindingImpl.bindingName
          Binding name.
protected  QName ReferencedServiceImpl.referencedServiceName
          Binding name.
 

Methods in org.apache.wsil.impl.extension.wsdl that return QName
 QName ImplementedBindingImpl.getBindingName()
          Get implemented binding name.
 QName ReferenceImpl.getQName()
          Get extension element qname.
 QName ReferencedServiceImpl.getReferencedServiceName()
          Get referenced service name.
 

Methods in org.apache.wsil.impl.extension.wsdl with parameters of type QName
 ExtensionElement WSDLExtensionBuilder.createElement(QName qname)
          Create extension element.
 void ImplementedBindingImpl.setBindingName(QName bindingName)
          Set implemented binding name.
 void ReferencedServiceImpl.setReferencedServiceName(QName referencedServiceName)
          Set referenced service name.
 



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.