Uses of Class
org.n52.shetland.w3c.wsdl.Operation
-
Packages that use Operation Package Description org.n52.shetland.w3c.wsdl -
-
Uses of Operation in org.n52.shetland.w3c.wsdl
Methods in org.n52.shetland.w3c.wsdl that return Operation Modifier and Type Method Description OperationOperation. addFault(Fault fault)OperationOperation. addFaults(Collection<Fault> faults)OperationPortType. getOperation(String name, String request, String response)OperationOperation. setFaults(Collection<Fault> faults)Methods in org.n52.shetland.w3c.wsdl that return types with arguments of type Operation Modifier and Type Method Description Collection<Operation>PortType. getOperations()Methods in org.n52.shetland.w3c.wsdl with parameters of type Operation Modifier and Type Method Description PortTypePortType. addOperation(Operation operation)Method parameters in org.n52.shetland.w3c.wsdl with type arguments of type Operation Modifier and Type Method Description PortTypePortType. addOperations(Collection<Operation> operations)PortTypePortType. setOperations(Collection<Operation> operations)
-