| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Types |
Description.getType(int index)
Get types (in schema or whatever) by indexed position.
|
Types |
Description.newTypes()
Create a new types component, replacing the existing types component
of this definition, if necessary.
|
Types |
Description.removeType(int index)
Remove types (in schema or whatever) by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Description.appendType(Types theType)
Append an item to types (in schema or whatever).
|
void |
Description.setType(int index,
Types theType)
Set types (in schema or whatever) by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.