public class WSDLDocumentIdentifier
extends java.lang.Object
| Constructor and Description |
|---|
WSDLDocumentIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBindingInterfaceDocument(WSDLDocument wsdlDocument)
Determine whether the document meets the criteria for an Interface document * that has bindings only.
|
static boolean |
isCompleteDocument(WSDLDocument wsdlDocument)
Determine whether the document meets the criteria for a Complete document.
|
static boolean |
isImplementationDocument(WSDLDocument wsdlDocument)
Determine whether the document meets the criteria for an Implementation document.
|
static boolean |
isInterfaceDocument(WSDLDocument wsdlDocument)
Determine whether the document meets the criteria for an Interface document.
|
public static boolean isInterfaceDocument(WSDLDocument wsdlDocument)
wsdlDocument - the document to be evaluatedpublic static boolean isBindingInterfaceDocument(WSDLDocument wsdlDocument)
wsdlDocument - the document to be evaluatedpublic static boolean isImplementationDocument(WSDLDocument wsdlDocument)
wsdlDocument - the document to be evaluatedpublic static boolean isCompleteDocument(WSDLDocument wsdlDocument)
wsdlDocument - the document to be evaluatedCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.