com.ibm.wsdl
Class ImportImpl
- AttributeExtensible, ElementExtensible, Import, java.io.Serializable, WSDLElement
This class represents an import, and may contain a reference
to the imported definition.
- Matthew J. Duftler (duftler@us.ibm.com)
Definition | getDefinition() - This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
|
String | getLocationURI() - Get the location URI of this import.
|
String | getNamespaceURI() - Get the namespace URI of this import.
|
List | getNativeAttributeNames() - Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setDefinition(Definition definition) - This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
|
void | setLocationURI(String locationURI) - Set the location URI of this import.
|
void | setNamespaceURI(String namespaceURI) - Set the namespace URI of this import.
|
String | toString()
|
locationURI
protected String locationURI
namespaceURI
protected String namespaceURI
nativeAttributeNames
protected List nativeAttributeNames
serialVersionUID
public static final long serialVersionUID
getDefinition
public Definition getDefinition()
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This would need to be made into a generic reference to handle
other types of referenced documents.
- getDefinition in interface Import
getLocationURI
public String getLocationURI()
Get the location URI of this import.
- getLocationURI in interface Import
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI of this import.
- getNamespaceURI in interface Import
getNativeAttributeNames
public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames in interface AttributeExtensible
- a List of Strings, one for each local attribute name
setDefinition
public void setDefinition(Definition definition)
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This would need to be made into a generic reference to handle
other types of referenced documents.
- setDefinition in interface Import
setLocationURI
public void setLocationURI(String locationURI)
Set the location URI of this import.
- setLocationURI in interface Import
locationURI
- the desired location URI
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI of this import.
- setNamespaceURI in interface Import
namespaceURI
- the desired namespace URI
Copyright B) 2003,2006 IBM. All Rights Reserved.