Package org.lockss.ws
Class SoapApplication
java.lang.Object
org.lockss.ws.SoapApplication
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication
@ImportResource("classpath:webservice-definition-beans.xml")
public class SoapApplication
extends Object
implements org.springframework.boot.CommandLineRunner
Launcher of the Spring Boot application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoapApplication
public SoapApplication()
-
-
Method Details
-
main
The entry point of the application.- Parameters:
args- A String[] with the command line arguments.
-
run
Callback used to run the application starting the LOCKSS daemon.- Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Parameters:
args- A String[] with the command line arguments.
-