Package org.apache.axis.wsdl.symbolTable
Class PortTypeEntry
java.lang.Object
org.apache.axis.wsdl.symbolTable.SymTabEntry
org.apache.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.apache.axis.wsdl.symbolTable.SymTabEntry
name, qname -
Constructor Summary
ConstructorsConstructorDescriptionPortTypeEntry(javax.wsdl.PortType portType) Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name. -
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.PortTypeGet this entry's PortType object.Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString
-
Constructor Details
-
PortTypeEntry
public PortTypeEntry(javax.wsdl.PortType portType) Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name.- Parameters:
portType-
-
-
Method Details
-
getPortType
public javax.wsdl.PortType getPortType()Get this entry's PortType object.- Returns:
-