org.apache.axis.wsdl.symbolTable
Class PortTypeEntry
public class 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.
PortTypeEntry(PortType portType) - Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects,
keyed off of the operation name.
|
PortType | getPortType() - Get this entry's PortType object.
|
PortTypeEntry
public PortTypeEntry(PortType portType)
Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects,
keyed off of the operation name.
portType
-
getPortType
public PortType getPortType()
Get this entry's PortType object.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.