| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
Description.addNewBinding(String name)
Create a new binding component, appended to this definition's binding
list.
|
Binding |
Description.findBinding(QName name)
Find named binding in this definition or the imported/included
bindings.
|
Binding |
Endpoint.getBinding()
Get binding for this endpoint.
|
Binding |
Description.getBinding(int index)
Get bindings for this component by indexed position.
|
Binding |
Description.removeBinding(int index)
Remove bindings for this component by index position.
|
| 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.
|
void |
Description.appendBinding(Binding theBinding)
Append an item to bindings for this component.
|
void |
Endpoint.setBinding(Binding theBinding)
Set binding for this endpoint.
|
void |
Description.setBinding(int index,
Binding theBinding)
Set bindings for this component by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.