|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.wsdl.symbolTable.SymTabEntry (src)
org.jboss.axis.wsdl.symbolTable.PortTypeEntry
This class represents a WSDL portType. It encompasses the WSDL4J PortType object so it can reside in the SymbolTable. It also adds the parameter information, which is missing from the WSDL4J PortType object.
| Field Summary |
| Fields inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src) |
name, qname |
| Constructor Summary | |
PortTypeEntry(PortType portType)
Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name. |
|
| Method Summary | |
PortType |
getPortType()
Get this entry's PortType object. |
| Methods inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src) |
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PortTypeEntry(PortType portType)
| Method Detail |
public PortType getPortType()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||