public class Service extends GlobalEntity implements TWSDLExtensible
errorReceiver| Constructor and Description |
|---|
Service(Defining defining,
Locator locator,
ErrorReceiver errReceiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(WSDLDocumentVisitor visitor) |
void |
add(Port port) |
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() |
Kind |
getKind() |
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
|
Iterator<Port> |
ports() |
void |
setDocumentation(Documentation d) |
void |
validateThis() |
void |
withAllSubEntitiesDo(EntityAction action) |
getDefining, getName, setNamefailValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocatorpublic Service(Defining defining, Locator locator, ErrorReceiver errReceiver)
public void add(Port port)
public Kind getKind()
getKind in interface GloballyKnowngetKind in class GlobalEntitypublic QName getElementName()
getElementName in interface Elementalpublic Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entitypublic void accept(WSDLDocumentVisitor visitor) throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic 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.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.