public interface Import extends ExtensibleDocumentedComponent
| Modifier and Type | Method and Description |
|---|---|
Definitions |
getDefinitions()
Deprecated.
- replaced by getDescription
|
Description |
getDescription()
Get the description from this import component.
|
String |
getLocation()
Get location hint, if any.
|
String |
getNamespace()
Get target namespace of import (must be different that this
Description TNS).
|
void |
setLocation(String theLocation)
Set location hint, if any.
|
void |
setNamespace(String theNamespace)
Set target namespace of import (must be different that this
Description TNS).
|
getDocument, getDocument, getExtensions, getWsdlAttributeNameMap, setDocument, setDocument, setExtensionsString getNamespace()
void setNamespace(String theNamespace)
theNamespace - Target namespace of import (must be different that
this Description TNS)String getLocation()
void setLocation(String theLocation)
theLocation - Location hint, if anyDescription getDescription()
Definitions getDefinitions()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.