static setter method injection in Spring
- by vishnu
Hi,
I have following requirement
I wanted to pass http:\\localhost:9080\testws.cls value as setter injection through spring configuration file. How can i do this static variable setter injection for WSDL_LOCATION
public class Code1
extends javax.xml.ws.Service
{
private final static URL CODE1_WSDL_LOCATION;
static {
URL…