public class WSDLParser.PortType
extends java.lang.Object
Constructor and Description |
---|
WSDLParser.PortType(org.w3c.dom.Node portType)
Creates an instance of the PortType Wrapper
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name for the port type.
|
java.util.ArrayList<WSDLParser.Operation> |
getOperations()
Get a list of operation defined in the port type.
|
public WSDLParser.PortType(org.w3c.dom.Node portType)
portType
- public java.lang.String getName()
public java.util.ArrayList<WSDLParser.Operation> getOperations()