org.jvnet.wom.impl
Class WSDLInputImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLInput
org.jvnet.wom.impl.WSDLInputImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLInputImpl
- extends WSDLInput
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLInputImpl
public WSDLInputImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
getMessage
public WSDLMessage getMessage()
- Description copied from class:
WSDLInput
- Gives the WSDLMessage corresponding to wsdl:input@message
This method should not be called before the entire WSDLDefinitions is built. Basically after the WSDLDefinitions is built
all the references are resolve in a post processing phase. IOW, the WSDL extensions should
not call this method.
- Specified by:
getMessage in class WSDLInput
- Returns:
- may be null
getParts
public java.util.Collection<WSDLPart> getParts()
- Description copied from class:
WSDLInput
- Gives all the wsdl:part(s) inside the wsdl:input/wsdl:message
- Specified by:
getParts in class WSDLInput
- Returns:
- never null. Maybe empty when there is no input parts. *
setMessage
public void setMessage(javax.xml.namespace.QName name)
setParent
public void setParent(WSDLOperationImpl parent)
setDocumentation
public void setDocumentation(java.lang.String doc)
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
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.