| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Description.addNewService(String name)
Create a new service component, appended to this definition's service
list.
|
Service |
Description.findService(QName name)
Find named service in this definition or the imported/included
services.
|
Service |
Description.getService(int index)
Get services for this component by indexed position.
|
Service |
Description.removeService(int index)
Remove services for this component by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Description.appendService(Service theService)
Append an item to services for this component.
|
void |
Description.setService(int index,
Service theService)
Set services for this component by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.