Uses of Class
org.n52.shetland.w3c.wsdl.PortType
-
Packages that use PortType Package Description org.n52.shetland.w3c.wsdl -
-
Uses of PortType in org.n52.shetland.w3c.wsdl
Methods in org.n52.shetland.w3c.wsdl that return PortType Modifier and Type Method Description PortTypePortType. addOperation(Operation operation)PortTypePortType. addOperations(Collection<Operation> operations)PortTypePortType. setOperations(Collection<Operation> operations)Methods in org.n52.shetland.w3c.wsdl that return types with arguments of type PortType Modifier and Type Method Description Collection<PortType>Definitions. getPortTypes()Methods in org.n52.shetland.w3c.wsdl with parameters of type PortType Modifier and Type Method Description DefinitionsDefinitions. addPortType(PortType portType)Method parameters in org.n52.shetland.w3c.wsdl with type arguments of type PortType Modifier and Type Method Description DefinitionsDefinitions. addPortTypes(Collection<PortType> portTypes)DefinitionsDefinitions. setPortTypes(Collection<PortType> portTypes)
-