Package org.appng.api

Interface SoapService


  • public interface SoapService
    This interface has to be implemented for creating SOAP-webservices based on JAXB and Spring-WS. The implementing class has to be annotated with Endpoint.
    Author:
    Matthias Müller
    • Method Detail

      • getSchemaLocation

        String getSchemaLocation()
        Returns the location of the xsd-schema used by the webservice (classpath-relative)
        Returns:
        the location
      • setSite

        void setSite​(Site site)
        Sets the Site to use when processing the request
        Parameters:
        site - the Site