| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceFault |
Interface.addNewFault(String name)
Create a new fault, and append it to this interface's faults list.
|
InterfaceFault |
Interface.getFault(int index)
Get faults that may occur executing operations of this interface by
indexed position.
|
InterfaceFault |
Interface.removeFault(int index)
Remove faults that may occur executing operations of this interface by
index position.
|
| Modifier and Type | Method and Description |
|---|---|
BindingFault |
Binding.addNewBindingFault(InterfaceFault ref)
Create a new binding fault, appending it to this binding's faults
list.
|
MessageFaultReference |
InterfaceOperation.addNewInFault(InterfaceFault fault)
Create a new messsage in-fault reference for this operation, and
append it to the operation's in-fault list.
|
MessageFaultReference |
InterfaceOperation.addNewOutFault(InterfaceFault fault)
Create a new messsage out-fault reference for this operation, and
append it to the operation's out-fault list.
|
void |
Interface.appendFault(InterfaceFault theFault)
Append an item to faults that may occur executing operations of this
interface.
|
void |
Interface.setFault(int index,
InterfaceFault theFault)
Set faults that may occur executing operations of this interface by
indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.