|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.util.WSDLDocumentIdentifier
public class WSDLDocumentIdentifier
Constructor Summary | |
---|---|
WSDLDocumentIdentifier()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLDocumentIdentifier()
Method Detail |
---|
public static boolean isInterfaceDocument(WSDLDocument wsdlDocument)
wsdlDocument
- the document to be evaluated
public static boolean isBindingInterfaceDocument(WSDLDocument wsdlDocument)
wsdlDocument
- the document to be evaluated
public static boolean isImplementationDocument(WSDLDocument wsdlDocument)
wsdlDocument
- the document to be evaluated
public static boolean isCompleteDocument(WSDLDocument wsdlDocument)
wsdlDocument
- the document to be evaluated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |