org.jvnet.wom.api
Class WSDLBoundFault

java.lang.Object
  extended by org.jvnet.wom.api.WSDLEntity
      extended by org.jvnet.wom.api.WSDLBoundFault
All Implemented Interfaces:
WSDLExtensible
Direct Known Subclasses:
WSDLBoundFaultImpl

public abstract class WSDLBoundFault
extends WSDLEntity

Abstracts wsdl:binding/wsdl:operation/wsdl:fault

Author:
Vivek Pandey

Constructor Summary
protected WSDLBoundFault(org.xml.sax.Locator locator, javax.xml.namespace.QName name)
           
 
Method Summary
abstract  WSDLFault getFault()
          Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBoundFault

protected WSDLBoundFault(org.xml.sax.Locator locator,
                         javax.xml.namespace.QName name)
Method Detail

getFault

public abstract WSDLFault getFault()
Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault. It is only available after the WSDL parsing is complete and the entire model is frozen.

Maybe null if a binding fault has no corresponding fault in abstract wsdl:portType/wsdl:operation



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