public class PortType extends GlobalEntity implements TWSDLExtensible
errorReceiver| Constructor and Description |
|---|
PortType(Defining defining,
Locator locator,
ErrorReceiver errReceiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(WSDLDocumentVisitor visitor) |
void |
add(Operation operation) |
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.
|
Set |
getOperationsNamed(String s) |
TWSDLExtensible |
getParent()
Gives the parent of a wsdl extensibility element.
|
QName |
getWSDLElementName()
Gives the WSDL element or WSDL extensibility element name
|
Iterator |
operations() |
void |
setDocumentation(Documentation d) |
void |
setParent(TWSDLExtensible parent) |
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 PortType(Defining defining, Locator locator, ErrorReceiver errReceiver)
public void add(Operation operation)
public Iterator operations()
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.public void setParent(TWSDLExtensible parent)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.