|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSDLDocument
Represents the parsed WSDL document.
| Method Summary | |
|---|---|
java.util.Set<? extends WSDLDocument> |
getImportedWSDLs()
Gives set of imported WSDLs |
java.lang.String |
getSystemId()
Gives the systemId of the parsed WSDL, always non-null. |
java.lang.String |
getTargetNamespace()
Gives targetNamespace of the WSDL document (wsdl:definitions 'targetNamespace value). |
WSDLDefinitions |
getWSDLModel()
Gives the WSDLDefinitions, always non-null. |
| Method Detail |
|---|
java.lang.String getSystemId()
java.lang.String getTargetNamespace()
WSDLDefinitions getWSDLModel()
WSDLDefinitions, always non-null.
java.util.Set<? extends WSDLDocument> getImportedWSDLs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||