org.jvnet.wom.api.parser
Interface WSDLDocument

All Known Implementing Classes:
WSDLDocumentImpl

public interface WSDLDocument

Represents the parsed WSDL document.

Author:
Vivek Pandey

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

getSystemId

java.lang.String getSystemId()
Gives the systemId of the parsed WSDL, always non-null.


getTargetNamespace

java.lang.String getTargetNamespace()
Gives targetNamespace of the WSDL document (wsdl:definitions 'targetNamespace value). Always non-null.


getWSDLModel

WSDLDefinitions getWSDLModel()
Gives the WSDLDefinitions, always non-null.


getImportedWSDLs

java.util.Set<? extends WSDLDocument> getImportedWSDLs()
Gives set of imported WSDLs



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.