Uses of Class
org.apache.wsil.util.WSDLDocument
Packages that use WSDLDocument
-
Uses of WSDLDocument in org.apache.wsil.client
Methods in org.apache.wsil.client that return WSDLDocumentModifier and TypeMethodDescriptionWSILProxy.getWSDLDocumentByBinding
(QName bindingName) Returns an array of WSDLDocuments given a binding name.WSILProxy.getWSDLDocumentByName
(String wsdlDocName) Returns an array of WSDLDocuments given a name.WSILProxy.getWSDLDocumentByPortType
(QName portTypeName) Returns an array of WSDLDocuments given a portType name.WSILProxy.getWSDLDocumentByServiceName
(String serviceName) Returns an array of WSDLDocuments given a service name. -
Uses of WSDLDocument in org.apache.wsil.util
Methods in org.apache.wsil.util that return WSDLDocumentModifier and TypeMethodDescriptionWSDLDocument.findServiceInterface()
Find the Service Interface document which this Service Implementation document references.Methods in org.apache.wsil.util with parameters of type WSDLDocumentModifier and TypeMethodDescriptionstatic boolean
WSDLDocumentIdentifier.isBindingInterfaceDocument
(WSDLDocument wsdlDocument) Determine whether the document meets the criteria for an Interface document * that has bindings only.static boolean
WSDLDocumentIdentifier.isCompleteDocument
(WSDLDocument wsdlDocument) Determine whether the document meets the criteria for a Complete document.static boolean
WSDLDocumentIdentifier.isImplementationDocument
(WSDLDocument wsdlDocument) Determine whether the document meets the criteria for an Implementation document.static boolean
WSDLDocumentIdentifier.isInterfaceDocument
(WSDLDocument wsdlDocument) Determine whether the document meets the criteria for an Interface document.