| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
BindingFault |
Binding.addNewBindingFault(InterfaceFault ref)
Create a new binding fault, appending it to this binding's faults
list.
|
BindingFault |
Binding.getFault(int index)
Get faults bound by this binding definition by indexed position.
|
BindingFault |
Binding.removeFault(int index)
Remove faults bound by this binding definition by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binding.appendFault(BindingFault theFault)
Append an item to faults bound by this binding definition.
|
void |
Binding.setFault(int index,
BindingFault theFault)
Set faults bound by this binding definition by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.