| com.sun.jbi.wsdl2.Import
All known Subclasses: com.sun.jbi.wsdl2.impl.Import,
getDefinitions | Definitions getDefinitions()(Code) | | Get the definitions from this import component.
Definitions n from this import component, if any |
getDescription | Description getDescription()(Code) | | Get the description from this import component.
Description from this import component, if any |
getLocation | String getLocation()(Code) | | Get location hint, if any.
Location hint, if any |
getNamespace | String getNamespace()(Code) | | Get target namespace of import (must be different that this
Description TNS).
Target namespace of import (must be different that thisDescription TNS) |
setLocation | void setLocation(String theLocation)(Code) | | Set location hint, if any.
Parameters: theLocation - Location hint, if any |
setNamespace | void setNamespace(String theNamespace)(Code) | | Set target namespace of import (must be different that this
Description TNS).
Parameters: theNamespace - Target namespace of import (must be different thatthis Description TNS) |
|
|