|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLFault | |
|---|---|
| org.jvnet.wom.api | |
| org.jvnet.wom.impl | |
| Uses of WSDLFault in org.jvnet.wom.api |
|---|
| Methods in org.jvnet.wom.api that return WSDLFault | |
|---|---|
abstract WSDLFault |
WSDLBoundFault.getFault()
Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault. |
abstract WSDLFault |
WSDLOperation.getFault(javax.xml.namespace.QName faultDetailName)
Gives WSDLFault for the given soap fault detail value. |
| Methods in org.jvnet.wom.api that return types with arguments of type WSDLFault | |
|---|---|
abstract java.lang.Iterable<? extends WSDLFault> |
WSDLOperation.getFaults()
Gets the WSDLFault corresponding to wsdl:fault of this operation. |
| Methods in org.jvnet.wom.api with parameters of type WSDLFault | |
|---|---|
V |
WSDLVisitor.fault(WSDLFault fault,
P param)
|
| Uses of WSDLFault in org.jvnet.wom.impl |
|---|
| Subclasses of WSDLFault in org.jvnet.wom.impl | |
|---|---|
class |
WSDLFaultImpl
|
| Methods in org.jvnet.wom.impl that return WSDLFault | |
|---|---|
WSDLFault |
WSDLBoundFaultImpl.getFault()
|
WSDLFault |
WSDLOperationImpl.getFault(javax.xml.namespace.QName faultDetailName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||