Package spring.soap

Class CountryEndpoint

java.lang.Object
spring.soap.CountryEndpoint

@Endpoint public class CountryEndpoint extends Object
  • Constructor Details

    • CountryEndpoint

      @Autowired public CountryEndpoint(CountryRepository countryRepository)
  • Method Details

    • getCountry

      @PayloadRoot(namespace="http://www.baeldung.com/springsoap/gen", localPart="getCountryRequest") @ResponsePayload public GetCountryResponse getCountry(@RequestPayload GetCountryRequest request)