|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fault | |
|---|---|
| com.ebmwebsourcing.commons.wsdl.api | |
| com.ebmwebsourcing.commons.wsdl.api.abstractElmt | |
| com.ebmwebsourcing.commons.wsdl.impl.wsdl11 | |
| com.ebmwebsourcing.commons.wsdl.impl.wsdl20 | |
| Uses of Fault in com.ebmwebsourcing.commons.wsdl.api |
|---|
| Methods in com.ebmwebsourcing.commons.wsdl.api that return Fault | |
|---|---|
Fault |
Description.createFault()
Create a new fault. |
Fault |
Operation.getFault(java.lang.String name)
Get the specified fault . |
Fault |
Operation.getFaultByElementName(javax.xml.namespace.QName name)
Get the specified fault . |
Fault |
Operation.removeFault(java.lang.String name)
Remove the specified fault message. |
Fault |
Operation.removeFaultByElementName(javax.xml.namespace.QName name)
Remove the specified fault . |
| Methods in com.ebmwebsourcing.commons.wsdl.api that return types with arguments of type Fault | |
|---|---|
java.util.List<Fault> |
Operation.getFaults()
Get all the fault messages associated with this operation. |
| Methods in com.ebmwebsourcing.commons.wsdl.api with parameters of type Fault | |
|---|---|
void |
Operation.addFault(Fault fault)
Add a fault message that must be associated with this operation. |
| Uses of Fault in com.ebmwebsourcing.commons.wsdl.api.abstractElmt |
|---|
| Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type parameters of type Fault | |
|---|---|
protected java.util.List<Fault> |
AbstractOperationImpl.faults
the faults |
protected java.util.List<Fault> |
AbstractBindingParamImpl.faults
the faults |
| Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return Fault | |
|---|---|
Fault |
AbstractOperationImpl.getFault(java.lang.String name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return types with arguments of type Fault | |
|---|---|
java.util.List<Fault> |
AbstractOperationImpl.getFaults()
|
| Method parameters in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type arguments of type Fault | |
|---|---|
void |
AbstractOperationImpl.setFaults(java.util.List<Fault> fault)
|
| Uses of Fault in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 |
|---|
| Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement Fault | |
|---|---|
class |
FaultImpl
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that return Fault | |
|---|---|
Fault |
DescriptionImpl.createFault()
|
Fault |
OperationImpl.getFaultByElementName(javax.xml.namespace.QName name)
|
Fault |
OperationImpl.removeFault(java.lang.String name)
|
Fault |
OperationImpl.removeFaultByElementName(javax.xml.namespace.QName name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 with parameters of type Fault | |
|---|---|
void |
OperationImpl.addFault(Fault fault)
|
| Uses of Fault in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 |
|---|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that return Fault | |
|---|---|
Fault |
DescriptionImpl.createFault()
|
Fault |
OperationImpl.getFaultByElementName(javax.xml.namespace.QName name)
|
Fault |
OperationImpl.removeFault(java.lang.String name)
|
Fault |
OperationImpl.removeFaultByElementName(javax.xml.namespace.QName name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 with parameters of type Fault | |
|---|---|
void |
OperationImpl.addFault(Fault fault)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||