| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Import |
Description.addNewImport()
Create a new import component, appended to this definition's import
list.
|
Import |
Description.getImport(int index)
Get definitions imported into this container by indexed position.
|
Import |
Description.removeImport(int index)
Remove definitions imported into this container by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Description.appendImport(Import theImport)
Append an item to definitions imported into this container.
|
void |
Description.setImport(int index,
Import theImport)
Set definitions imported into this container by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.