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 QName
Abstract.QNAME
QName.static final QName
Description.QNAME
QName.static final QName
Inspection.QNAME
QName.static final QName
Link.QNAME
QName.static final QName
Service.QNAME
QName.static final QName
ServiceName.QNAME
QName.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 QName
UnknownExtensionElement.qname
QName 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 QName
BusinessDescription.BUSINESS_KEY_QNAME
BusinessKey QName.static final QName
BusinessDescription.BUSINESS_KEY_QNAME_V2
BusinessKey QName for UDDI V2.static final QName
BusinessDescription.DISCOVERY_URL_QNAME
DiscoveryURL QName.static final QName
ServiceDescription.DISCOVERY_URL_QNAME
DiscoveryURL QName.static final QName
BusinessDescription.DISCOVERY_URL_QNAME_V2
DiscoveryURL QName for UDDI V2.static final QName
ServiceDescription.DISCOVERY_URL_QNAME_V2
DiscoveryURL QName for UDDI V2.static final QName
BusinessDescription.QNAME
QName.static final QName
ServiceDescription.QNAME
QName.static final QName
BusinessDescription.QNAME_V2
QName for UDDI V2.static final QName
ServiceDescription.QNAME_V2
QName for UDDI V2.static final QName
ServiceDescription.SERVICE_KEY_QNAME
ServiceKey QName.static final 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 QNameModifier and TypeFieldDescriptionstatic final QName
ImplementedBinding.QNAME
QName.static final QName
Reference.QNAME
QName.static final QName
ReferencedService.QNAME
QName.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 TypeMethodDescriptionvoid
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 -
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 QName
ImplementedBindingImpl.bindingName
Binding name.protected QName
ReferencedServiceImpl.referencedServiceName
Binding 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.void
ImplementedBindingImpl.setBindingName
(QName bindingName) Set implemented binding name.void
ReferencedServiceImpl.setReferencedServiceName
(QName referencedServiceName) Set referenced service name.