org.jvnet.wom.impl
Class WSDLBoundOutputImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLBoundOutput
org.jvnet.wom.impl.WSDLBoundOutputImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLBoundOutputImpl
- extends WSDLBoundOutput
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLBoundOutputImpl
public WSDLBoundOutputImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
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)
setOwner
public void setOwner(WSDLBoundOperationImpl boundOp)
getPartBinding
public WSDLPart.Binding getPartBinding(java.lang.String partName)
- Description copied from class:
WSDLBoundOutput
- 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).
- Specified by:
getPartBinding in class WSDLBoundOutput
getOutput
public WSDLOutput getOutput()
- Description copied from class:
WSDLBoundOutput
- Gives the abstract wsdl:output
- Specified by:
getOutput in class WSDLBoundOutput
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.