| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
BindingOperation |
Binding.addNewOperation()
Create a new operation, appending it to this binding's operations
list.
|
BindingOperation |
Binding.getOperation(int index)
Get named binding operations, if any by indexed position.
|
BindingOperation |
Binding.removeOperation(int index)
Remove named binding operations, if any by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binding.appendOperation(BindingOperation theOperation)
Append an item to named binding operations, if any.
|
void |
Binding.setOperation(int index,
BindingOperation theOperation)
Set named binding operations, if any by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.