public class BindingInput extends Entity implements TWSDLExtensible
errorReceiver| Constructor and Description |
|---|
BindingInput(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
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) |
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDopublic BindingInput(Locator locator)
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()
TWSDLExtensiblegetNameValue in interface TWSDLExtensiblepublic String getNamespaceURI()
TWSDLExtensiblegetNamespaceURI in interface TWSDLExtensiblepublic QName getWSDLElementName()
TWSDLExtensiblegetWSDLElementName in interface TWSDLExtensiblepublic void addExtension(TWSDLExtension e)
TWSDLExtensibleTWSDLExtensionHandler will call this method to add an TWSDLExtension objectaddExtension in interface TWSDLExtensiblee - non-null extension objectpublic Iterable<TWSDLExtension> extensions()
TWSDLExtensibleTWSDLExtensionsextensions in interface TWSDLExtensiblepublic TWSDLExtensible getParent()
TWSDLExtensible
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType getParent in interface TWSDLExtensibleTWSDLExtensible has no parent, root of wsdl document - wsdl:definition.public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entitypublic void accept(WSDLDocumentVisitor visitor) throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic void setParent(TWSDLExtensible parent)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.