| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Service.addNewEndpoint(String name,
Binding binding)
Create a new end point component, appending it to this service's
endpoint list.
|
Endpoint |
Service.getEndpoint(int index)
Get endpoints for this service by indexed position.
|
Endpoint |
Service.removeEndpoint(int index)
Remove endpoints for this service by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.appendEndpoint(Endpoint theEndpoint)
Append an item to endpoints for this service.
|
void |
Service.setEndpoint(int index,
Endpoint theEndpoint)
Set endpoints for this service by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.