|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.document.BindingInput
public class BindingInput
Entity corresponding to the "input" child element of a binding operation.
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity |
|---|
errorReceiver |
| Constructor Summary | |
|---|---|
BindingInput(Locator locator)
|
|
| Method Summary | |
|---|---|
void |
accept(WSDLDocumentVisitor visitor)
|
void |
addExtension(TWSDLExtension e)
An TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
Iterable<TWSDLExtension> |
extensions()
Gives iterator over TWSDLExtensions |
Documentation |
getDocumentation()
|
QName |
getElementName()
|
String |
getName()
|
String |
getNamespaceURI()
Gives namespace URI of a wsdl extensibility element. |
String |
getNameValue()
Gives the wsdl extensiblity element's name attribute value. |
TWSDLExtensible |
getParent()
Gives the parent of a wsdl extensibility element. |
QName |
getWSDLElementName()
Gives the WSDL element or WSDL extensibility element name |
void |
setDocumentation(Documentation d)
|
void |
setName(String name)
|
void |
setParent(TWSDLExtensible parent)
|
void |
validateThis()
|
void |
withAllSubEntitiesDo(EntityAction action)
|
| Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity |
|---|
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingInput(Locator locator)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public QName getElementName()
getElementName in interface Elementalpublic Documentation getDocumentation()
public void setDocumentation(Documentation d)
public String getNameValue()
TWSDLExtensible
getNameValue in interface TWSDLExtensiblepublic String getNamespaceURI()
TWSDLExtensible
getNamespaceURI in interface TWSDLExtensiblepublic QName getWSDLElementName()
TWSDLExtensible
getWSDLElementName in interface TWSDLExtensiblepublic void addExtension(TWSDLExtension e)
TWSDLExtensibleTWSDLExtensionHandler will call this method to add an TWSDLExtension object
addExtension in interface TWSDLExtensiblee - non-null extension objectpublic Iterable<TWSDLExtension> extensions()
TWSDLExtensibleTWSDLExtensions
extensions in interface TWSDLExtensiblepublic TWSDLExtensible getParent()
TWSDLExtensible
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType
- Specified by:
getParent in interface TWSDLExtensible
- Returns:
- null if the
TWSDLExtensible has no parent, root of wsdl document - wsdl:definition.
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entity
public void accept(WSDLDocumentVisitor visitor)
throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic void setParent(TWSDLExtensible parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||