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 QName
Abstract. QNAME
QName.static QName
Description. QNAME
QName.static QName
Inspection. QNAME
QName.static QName
Link. QNAME
QName.static QName
Service. QNAME
QName.static QName
ServiceName. QNAME
QName.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 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 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 QName
UnknownExtensionElement. qname
QName for the unknown extension element.Methods in org.apache.wsil.extension that return QName Modifier and Type Method Description QName
ExtensionElement. getQName()
Get extension element qname.QName
UnknownExtensionElement. getQName()
Get the language attribute for the abstract.Methods in org.apache.wsil.extension with parameters of type QName Modifier and Type Method Description ExtensionElement
ExtensionBuilder. 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 QName
BusinessDescription. BUSINESS_KEY_QNAME
BusinessKey QName.static QName
BusinessDescription. BUSINESS_KEY_QNAME_V2
BusinessKey QName for UDDI V2.static QName
BusinessDescription. DISCOVERY_URL_QNAME
DiscoveryURL QName.static QName
ServiceDescription. DISCOVERY_URL_QNAME
DiscoveryURL QName.static QName
BusinessDescription. DISCOVERY_URL_QNAME_V2
DiscoveryURL QName for UDDI V2.static QName
ServiceDescription. DISCOVERY_URL_QNAME_V2
DiscoveryURL QName for UDDI V2.static QName
BusinessDescription. QNAME
QName.static QName
ServiceDescription. QNAME
QName.static QName
BusinessDescription. QNAME_V2
QName for UDDI V2.static QName
ServiceDescription. 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 Modifier and Type Field Description static QName
ImplementedBinding. QNAME
QName.static QName
Reference. QNAME
QName.static QName
ReferencedService. QNAME
QName.Methods in org.apache.wsil.extension.wsdl that return QName Modifier and Type Method Description 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 Modifier and Type Method Description 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 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 QName
ExtensionElementImpl. qname
Qname.Methods in org.apache.wsil.impl.extension that return QName Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected QName
ImplementedBindingImpl. bindingName
Binding name.protected QName
ReferencedServiceImpl. referencedServiceName
Binding name.Methods in org.apache.wsil.impl.extension.wsdl that return QName Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-