org.jvnet.wom.impl.parser
Class WSDLDocumentImpl

java.lang.Object
  extended by org.jvnet.wom.impl.parser.WSDLDocumentImpl
All Implemented Interfaces:
WSDLDocument

public class WSDLDocumentImpl
extends java.lang.Object
implements WSDLDocument


Constructor Summary
WSDLDocumentImpl(WSDLDefinitionsImpl wsdl, java.lang.String systemId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Set<WSDLDocumentImpl> 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).
 WSDLDefinitionsImpl getWSDLModel()
          Gives the WSDLDefinitions, always non-null.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLDocumentImpl

public WSDLDocumentImpl(WSDLDefinitionsImpl wsdl,
                        java.lang.String systemId)
Method Detail

getSystemId

public java.lang.String getSystemId()
Description copied from interface: WSDLDocument
Gives the systemId of the parsed WSDL, always non-null.

Specified by:
getSystemId in interface WSDLDocument

getTargetNamespace

public java.lang.String getTargetNamespace()
Description copied from interface: WSDLDocument
Gives targetNamespace of the WSDL document (wsdl:definitions 'targetNamespace value). Always non-null.

Specified by:
getTargetNamespace in interface WSDLDocument

getWSDLModel

public WSDLDefinitionsImpl getWSDLModel()
Description copied from interface: WSDLDocument
Gives the WSDLDefinitions, always non-null.

Specified by:
getWSDLModel in interface WSDLDocument

getImportedWSDLs

public java.util.Set<WSDLDocumentImpl> getImportedWSDLs()
Description copied from interface: WSDLDocument
Gives set of imported WSDLs

Specified by:
getImportedWSDLs in interface WSDLDocument

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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