public class Input extends Entity implements TWSDLExtensible
errorReceiver| Constructor and Description |
|---|
Input(Locator locator,
ErrorReceiver errReceiver) |
| 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<? extends TWSDLExtension> |
extensions()
Gives iterator over
TWSDLExtensions |
String |
getAction() |
Documentation |
getDocumentation() |
QName |
getElementName() |
QName |
getMessage() |
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
|
Message |
resolveMessage(AbstractDocument document) |
void |
setAction(String _action) |
void |
setDocumentation(Documentation d) |
void |
setMessage(QName n) |
void |
setName(String name) |
void |
setParent(TWSDLExtensible parent) |
void |
validateThis() |
void |
withAllEntityReferencesDo(EntityReferenceAction action) |
void |
withAllQNamesDo(QNameAction action) |
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllSubEntitiesDopublic Input(Locator locator, ErrorReceiver errReceiver)
public String getName()
public void setName(String name)
public QName getMessage()
public void setMessage(QName n)
public Message resolveMessage(AbstractDocument document)
public QName getElementName()
getElementName in interface Elementalpublic Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void withAllQNamesDo(QNameAction action)
withAllQNamesDo in class Entitypublic void withAllEntityReferencesDo(EntityReferenceAction action)
withAllEntityReferencesDo in class Entitypublic void accept(WSDLDocumentVisitor visitor) throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic void addExtension(TWSDLExtension e)
TWSDLExtensibleTWSDLExtensionHandler will call this method to add an TWSDLExtension objectaddExtension in interface TWSDLExtensiblee - non-null extension objectpublic QName getWSDLElementName()
TWSDLExtensiblegetWSDLElementName 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 setParent(TWSDLExtensible parent)
public String getNamespaceURI()
TWSDLExtensiblegetNamespaceURI in interface TWSDLExtensiblepublic String getNameValue()
TWSDLExtensiblegetNameValue in interface TWSDLExtensiblepublic Iterable<? extends TWSDLExtension> extensions()
TWSDLExtensibleTWSDLExtensionsextensions in interface TWSDLExtensiblepublic String getAction()
public void setAction(String _action)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.