org.codehaus.xfire.spring.ServiceBean requires the service object to be instantiated before any service method is invoked. It will be better to allow lazy evaluation so that service object is not instantiated until the first service call is made.
Ideally, the concept of application, session and request scope can be implemented with spring beans.
Description
org.codehaus.xfire.spring.ServiceBean requires the service object to be instantiated before any service method is invoked. It will be better to allow lazy evaluation so that service object is not instantiated until the first service call is made.
Ideally, the concept of application, session and request scope can be implemented with spring beans.