| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
MessageFaultReference |
InterfaceOperation.getInFault(int index)
Get in fault message references by indexed position.
|
MessageFaultReference |
InterfaceOperation.getOutFault(int index)
Get out fault message references by indexed position.
|
MessageFaultReference |
InterfaceOperation.removeInFault(int index)
Remove in fault message references by index position.
|
MessageFaultReference |
InterfaceOperation.removeOutFault(int index)
Remove out fault message references by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperation.appendInFault(MessageFaultReference theInFault)
Append an item to in fault message references.
|
void |
InterfaceOperation.appendOutFault(MessageFaultReference theOutFault)
Append an item to out fault message references.
|
void |
InterfaceOperation.setInFault(int index,
MessageFaultReference theInFault)
Set in fault message references by indexed position.
|
void |
InterfaceOperation.setOutFault(int index,
MessageFaultReference theOutFault)
Set out fault message references by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.