Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
FaultImpl
This class represents a fault message, and contains the name
of the fault and the message itself.
|
Modifier and Type | Method and Description |
---|---|
Fault |
DefinitionImpl.createFault()
Create a new fault.
|
Fault |
OperationImpl.getFault(String name)
Get the specified fault message.
|
Fault |
OperationImpl.removeFault(String name)
Remove the specified fault message.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationImpl.addFault(Fault fault)
Add a fault message that must be associated with this
operation.
|
Modifier and Type | Method and Description |
---|---|
protected Fault |
WSDLReaderImpl.parseFault(Element faultEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
Fault |
Definition.createFault()
Create a new fault.
|
Fault |
Operation.getFault(String name)
Get the specified fault message.
|
Fault |
Operation.removeFault(String name)
Remove the specified fault message.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.addFault(Fault fault)
Add a fault message that must be associated with this
operation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.