|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.impl.parser.WSDLDocumentImpl
public class WSDLDocumentImpl
| 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 |
|---|
public WSDLDocumentImpl(WSDLDefinitionsImpl wsdl,
java.lang.String systemId)
| Method Detail |
|---|
public java.lang.String getSystemId()
WSDLDocument
getSystemId in interface WSDLDocumentpublic java.lang.String getTargetNamespace()
WSDLDocument
getTargetNamespace in interface WSDLDocumentpublic WSDLDefinitionsImpl getWSDLModel()
WSDLDocumentWSDLDefinitions, always non-null.
getWSDLModel in interface WSDLDocumentpublic java.util.Set<WSDLDocumentImpl> getImportedWSDLs()
WSDLDocument
getImportedWSDLs in interface WSDLDocumentpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||