| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceOperation |
Interface.addNewOperation()
Create a new operation, appending it to this interface's operations
list.
|
InterfaceOperation[] |
Interface.getExtendedOperations()
Get the operations defined by this interface, and all its
super-interfaces.
|
InterfaceOperation |
Interface.getOperation(int index)
Get operations defined by this interface only by indexed position.
|
InterfaceOperation |
Interface.removeOperation(int index)
Remove operations defined by this interface only by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interface.appendOperation(InterfaceOperation theOperation)
Append an item to operations defined by this interface only.
|
void |
Interface.setOperation(int index,
InterfaceOperation theOperation)
Set operations defined by this interface only by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.