|
||||||||||
| 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.framework.GlobalEntity
com.sun.tools.ws.wsdl.document.PortType
public class PortType
Entity corresponding to the "portType" WSDL element.
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity |
|---|
errorReceiver |
| Constructor Summary | |
|---|---|
PortType(Defining defining,
Locator locator,
ErrorReceiver errReceiver)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class com.sun.tools.ws.wsdl.framework.GlobalEntity |
|---|
getDefining, getName, setName |
| 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 |
| Methods inherited from interface com.sun.tools.ws.wsdl.framework.Elemental |
|---|
getLocator |
| Constructor Detail |
|---|
public PortType(Defining defining,
Locator locator,
ErrorReceiver errReceiver)
| Method Detail |
|---|
public void add(Operation operation)
public Iterator operations()
public Set getOperationsNamed(String s)
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 Entity
public void accept(WSDLDocumentVisitor visitor)
throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic 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 setParent(TWSDLExtensible parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||