| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Include |
Description.addNewInclude()
Create a new include, appended to this definition's include list.
|
Include |
Description.getInclude(int index)
Get definitions included in this container by indexed position.
|
Include |
Description.removeInclude(int index)
Remove definitions included in this container by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Description.appendInclude(Include theInclude)
Append an item to definitions included in this container.
|
void |
Description.setInclude(int index,
Include theInclude)
Set definitions included in this container by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.