Uses of Class
org.apache.wsil.util.WSDLDocument
-
Packages that use WSDLDocument Package Description org.apache.wsil.client org.apache.wsil.util -
-
Uses of WSDLDocument in org.apache.wsil.client
Methods in org.apache.wsil.client that return WSDLDocument Modifier and Type Method Description WSDLDocument[]
WSILProxy. getWSDLDocumentByBinding(QName bindingName)
Returns an array of WSDLDocuments given a binding name.WSDLDocument[]
WSILProxy. getWSDLDocumentByName(java.lang.String wsdlDocName)
Returns an array of WSDLDocuments given a name.WSDLDocument[]
WSILProxy. getWSDLDocumentByPortType(QName portTypeName)
Returns an array of WSDLDocuments given a portType name.WSDLDocument[]
WSILProxy. getWSDLDocumentByServiceName(java.lang.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 WSDLDocument Modifier and Type Method Description WSDLDocument
WSDLDocument. findServiceInterface()
Find the Service Interface document which this Service Implementation document references.Methods in org.apache.wsil.util with parameters of type WSDLDocument Modifier and Type Method Description static 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.
-