org.jvnet.wom.impl
Class WSDLMessageImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLMessage
org.jvnet.wom.impl.WSDLMessageImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLMessageImpl
- extends WSDLMessage
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLMessageImpl
public WSDLMessageImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
parts
public java.util.Collection<WSDLPart> parts()
- Description copied from class:
WSDLMessage
- Gets all the parts.
- Specified by:
parts in class WSDLMessage
getPart
public WSDLPart getPart(java.lang.String partName)
- Description copied from class:
WSDLMessage
- Get a part of specific name
- Specified by:
getPart in class WSDLMessage
addPart
public void addPart(WSDLPartImpl part)
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.