Uses of Class
io.virtualan.core.model.SoapService
-
Packages that use SoapService Package Description io.virtualan.controller io.virtualan.core.soap -
-
Uses of SoapService in io.virtualan.controller
Methods in io.virtualan.controller that return types with arguments of type SoapService Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.Map<java.lang.String,java.util.List<SoapService>>>VirtualSoapController. listAvailableSoapService() -
Uses of SoapService in io.virtualan.core.soap
Methods in io.virtualan.core.soap that return types with arguments of type SoapService Modifier and Type Method Description java.util.Map<java.lang.String,SoapService>WSEndpointConfiguration. getWsServiceMockList()Method parameters in io.virtualan.core.soap with type arguments of type SoapService Modifier and Type Method Description static java.lang.ClassSoapEndpointCodeGenerator. buildEndpointClass(java.util.Map<java.lang.String,SoapService> soapWsServices)
-