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

Packages that use WSDLBoundFault
org.jvnet.wom.api   
org.jvnet.wom.impl   
 

Uses of WSDLBoundFault in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLBoundFault
abstract  java.lang.Iterable<? extends WSDLBoundFault> WSDLBoundOperation.getFaults()
          Gets all the WSDLFault bound to this operation.
 

Methods in org.jvnet.wom.api with parameters of type WSDLBoundFault
 V WSDLVisitor.bindingFault(WSDLBoundFault fault, P param)
           
 

Uses of WSDLBoundFault in org.jvnet.wom.impl
 

Subclasses of WSDLBoundFault in org.jvnet.wom.impl
 class WSDLBoundFaultImpl
           
 

Methods in org.jvnet.wom.impl that return types with arguments of type WSDLBoundFault
 java.lang.Iterable<? extends WSDLBoundFault> WSDLBoundOperationImpl.getFaults()
           
 



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