Uses of Class
org.jvnet.wom.api.WSDLFault

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)
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.