Uses of Interface
org.eclipse.wst.wsdl.Definition

Packages that use Definition
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
org.eclipse.wst.wsdl.util The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of Definition in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Definition
 Definition WSDLFactory.createDefinition()
          Returns a new object of class 'Definition'
 Definition Import.getEDefinition()
          Returns the value of the 'EDefinition' reference
 Definition WSDLElement.getEnclosingDefinition()
          Returns the Definition that contains this WSDL element.
 

Methods in org.eclipse.wst.wsdl with parameters of type Definition
 void Import.setEDefinition(Definition value)
          Sets the value of the 'EDefinition' reference
 void WSDLElement.setEnclosingDefinition(Definition definition)
          Sets the enclosing definition of this WSDL element.
 

Uses of Definition in org.eclipse.wst.wsdl.util
 

Methods in org.eclipse.wst.wsdl.util that return Definition
 Definition WSDLResourceImpl.getDefinition()
          Returns the resource's Definition.