Uses of Class
org.apache.wsil.util.WSDLDocument

Packages that use WSDLDocument
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
 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
 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
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.
 



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