org.jboss.axis.wsdl.symbolTable
Class PortTypeEntry
java.lang.Object
org.jboss.axis.wsdl.symbolTable.SymTabEntry
org.jboss.axis.wsdl.symbolTable.PortTypeEntry
public class PortTypeEntry
- extends SymTabEntry
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.
Constructor Summary |
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. |
Method Summary |
javax.wsdl.PortType |
getPortType()
Get this entry's PortType object. |
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.
getPortType
public javax.wsdl.PortType getPortType()
- Get this entry's PortType object.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.