| Application |
Main Application class to run this sample.
|
| Hello |
MSF4J service class annotated with MSF4J and Spring annotations.
|
| HelloService |
HelloService class to be injected to Hello resource through Spring
|
| InvalidNameExceptionMapper |
MSF4J ExceptionMapper for InvalidNameExceptionMapper Exception.
|
| LogHeadersInterceptor |
Spring based MSF4J Interceptor class which print HTTP headers from incoming messages.
|
| TransportConfiguration |
Spring configuration class that registers the HTTP transport for the spring-helloworld sample.
|