org.jvnet.wom.impl
Class WSDLBoundFaultImpl

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

public class WSDLBoundFaultImpl
extends WSDLBoundFault

Author:
Vivek Pandey

Constructor Summary
WSDLBoundFaultImpl(org.xml.sax.Locator locator, javax.xml.namespace.QName name, WSDLDocumentImpl document)
           
 
Method Summary
 java.lang.String getDocumentation()
          Gives the Comment on a WSDL component.
 WSDLFault getFault()
          Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.
 void setDocumentation(java.lang.String doc)
           
 void setParent(WSDLBoundOperationImpl parent)
           
<V,P> V
visit(WSDLVisitor<V,P> visitor, P param)
          WSDL visitor
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBoundFaultImpl

public WSDLBoundFaultImpl(org.xml.sax.Locator locator,
                          javax.xml.namespace.QName name,
                          WSDLDocumentImpl document)
Method Detail

getFault

public WSDLFault getFault()
Description copied from class: WSDLBoundFault
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

Specified by:
getFault in class WSDLBoundFault

setParent

public void setParent(WSDLBoundOperationImpl parent)

getDocumentation

public java.lang.String getDocumentation()
Description copied from class: WSDLEntity
Gives the Comment on a WSDL component. This is the content of <wsdl:document>

Overrides:
getDocumentation in class WSDLEntity
Returns:
"" if there is no documentation

visit

public <V,P> V visit(WSDLVisitor<V,P> visitor,
                     P param)
Description copied from class: WSDLEntity
WSDL visitor

Specified by:
visit in class WSDLEntity

setDocumentation

public void setDocumentation(java.lang.String doc)


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