org.jvnet.wom.api
Class WSDLBoundOutput

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

public abstract class WSDLBoundOutput
extends WSDLEntity

Author:
Vivek Pandey

Constructor Summary
WSDLBoundOutput(org.xml.sax.Locator locator, javax.xml.namespace.QName name)
           
 
Method Summary
abstract  WSDLOutput getOutput()
          Gives the abstract wsdl:output
abstract  WSDLPart.Binding getPartBinding(java.lang.String partName)
          Gives the WSDLPart.Binding this part is associated with.
 
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

WSDLBoundOutput

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

getPartBinding

public abstract WSDLPart.Binding getPartBinding(java.lang.String partName)
Gives the WSDLPart.Binding this part is associated with. The default value is Binding.Body. Once you know the binding of a part type, use MimePart.getMimeContentParts() to get the associated content type(s).


getOutput

public abstract WSDLOutput getOutput()
Gives the abstract wsdl:output



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